Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2024-6232
Vulnerability from cvelistv5
Published
2024-09-03 12:29
Modified
2024-12-04 15:29
Severity ?
EPSS score ?
Summary
There is a MEDIUM severity vulnerability affecting CPython.
Regular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.
References
Impacted products
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": [ { "affected": [ { "cpes": [ "cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "cpython", "vendor": "python", "versions": [ { "lessThan": "3.8.20", "status": "affected", "version": "0", "versionType": "custom" }, { "lessThan": "3.9.20", "status": "affected", "version": "3.9.0", "versionType": "custom" }, { "lessThan": "3.10.15", "status": "affected", "version": "3.10.0", "versionType": "custom" }, { "lessThan": "3.11.10", "status": "affected", "version": "3.11.0", "versionType": "custom" }, { "lessThan": "3.12.6", "status": "affected", "version": "3.12.0", "versionType": "custom" }, { "lessThan": "3.13.0rc2", "status": "affected", "version": "3.13.0a1", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-6232", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-12-04T15:24:31.176254Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-12-04T15:29:16.775Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-10-18T13:07:45.640Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "http://www.openwall.com/lists/oss-security/2024/09/03/5" }, { "url": "https://security.netapp.com/advisory/ntap-20241018-0007/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "CPython", "repo": "https://github.com/python/cpython", "vendor": "Python Software Foundation", "versions": [ { "lessThan": "3.8.20", "status": "affected", "version": "0", "versionType": "python" }, { "lessThan": "3.9.20", "status": "affected", "version": "3.9.0", "versionType": "python" }, { "lessThan": "3.10.15", "status": "affected", "version": "3.10.0", "versionType": "python" }, { "lessThan": "3.11.10", "status": "affected", "version": "3.11.0", "versionType": "python" }, { "lessThan": "3.12.6", "status": "affected", "version": "3.12.0", "versionType": "python" }, { "lessThan": "3.13.0rc2", "status": "affected", "version": "3.13.0a1", "versionType": "python" } ] } ], "credits": [ { "lang": "en", "type": "reporter", "value": "Elias Joakim Myllym\u00e4ki" }, { "lang": "en", "type": "coordinator", "value": "Seth Larson" }, { "lang": "en", "type": "remediation developer", "value": "Seth Larson" }, { "lang": "en", "type": "remediation reviewer", "value": "Gregory P. Smith" } ], "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "\u003cdiv\u003eThere is a MEDIUM severity vulnerability affecting CPython.\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003eRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.\u0026nbsp; \u003c/div\u003e" } ], "value": "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." } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-1333", "description": "CWE-1333 Inefficient Regular Expression Complexity", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-09-07T02:44:49.241Z", "orgId": "28c92f92-d60d-412d-b760-e73465c3df22", "shortName": "PSF" }, "references": [ { "tags": [ "patch" ], "url": "https://github.com/python/cpython/pull/121286" }, { "tags": [ "issue-tracking" ], "url": "https://github.com/python/cpython/issues/121285" }, { "tags": [ "vendor-advisory" ], "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/4eaf4891c12589e3c7bdad5f5b076e4c8392dd06" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/743acbe872485dc18df4d8ab2dc7895187f062c4" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/d449caf8a179e3b954268b3a88eb9170be3c8fbf" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/ed3a49ea734ada357ff4442996fd4ae71d253373" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/7d1f50cd92ff7e10a1c15a8f591dde8a6843a64d" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/b4225ca91547aa97ed3aca391614afbb255bc877" } ], "source": { "discovery": "UNKNOWN" }, "title": "Regular-expression DoS when parsing TarFile headers", "x_generator": { "engine": "Vulnogram 0.2.0" } } }, "cveMetadata": { "assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22", "assignerShortName": "PSF", "cveId": "CVE-2024-6232", "datePublished": "2024-09-03T12:29:00.102Z", "dateReserved": "2024-06-20T21:01:55.524Z", "dateUpdated": "2024-12-04T15:29:16.775Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "fkie_nvd": { "configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\", \"versionEndIncluding\": \"3.12.5\", \"matchCriteriaId\": \"5621585D-59F4-4B27-9980-E7602EA0B750\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:3.13.0:alpha0:*:*:*:*:*:*\", \"matchCriteriaId\": \"3BA51E41-D221-431F-870F-536AF2867B50\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:3.13.0:alpha1:*:*:*:*:*:*\", \"matchCriteriaId\": \"978582FF-B8F3-479F-AE77-359E9AEE6F23\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:3.13.0:alpha2:*:*:*:*:*:*\", \"matchCriteriaId\": \"84E3F62C-7218-4DC3-8473-8A576739643A\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:3.13.0:alpha3:*:*:*:*:*:*\", \"matchCriteriaId\": \"1FD15706-B8BC-4801-9F93-06771F2E12C1\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:3.13.0:alpha4:*:*:*:*:*:*\", \"matchCriteriaId\": \"0FDC359F-E8ED-4777-83FB-1EC63F095CBF\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:3.13.0:alpha5:*:*:*:*:*:*\", \"matchCriteriaId\": \"6893BDDE-4D90-4592-8701-C6B3FFEB0CFE\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:3.13.0:alpha6:*:*:*:*:*:*\", \"matchCriteriaId\": \"E316F712-F03A-4378-8192-D1640819698B\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:3.13.0:beta1:*:*:*:*:*:*\", \"matchCriteriaId\": \"8566F034-27CB-422E-950B-DCAA926CF64F\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:3.13.0:beta2:*:*:*:*:*:*\", \"matchCriteriaId\": \"EACCE6C3-7701-4966-9D88-E949C82FCA46\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:3.13.0:beta3:*:*:*:*:*:*\", \"matchCriteriaId\": \"A4853BF2-9C27-465F-9840-5B37013C9F74\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:3.13.0:beta4:*:*:*:*:*:*\", \"matchCriteriaId\": \"B266541A-E877-4CAD-A1EF-08A069441F36\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:python:python:3.13.0:rc1:*:*:*:*:*:*\", \"matchCriteriaId\": \"8384A34C-50CD-439C-A2BB-DEA6161342C1\"}]}]}]", "descriptions": "[{\"lang\": \"en\", \"value\": \"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.\"}, {\"lang\": \"es\", \"value\": \"Existe una vulnerabilidad de gravedad MEDIA que afecta a CPython. Las expresiones regulares que permit\\u00edan un retroceso excesivo durante el an\\u00e1lisis de cabeceras tarfile.TarFile son vulnerables a ReDoS a trav\\u00e9s de archivos tar manipulados espec\\u00edficamente.\"}]", "id": "CVE-2024-6232", "lastModified": "2024-11-21T09:49:14.903", "metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.6}]}", "published": "2024-09-03T13:15:05.363", "references": "[{\"url\": \"https://github.com/python/cpython/commit/4eaf4891c12589e3c7bdad5f5b076e4c8392dd06\", \"source\": \"cna@python.org\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/743acbe872485dc18df4d8ab2dc7895187f062c4\", \"source\": \"cna@python.org\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/7d1f50cd92ff7e10a1c15a8f591dde8a6843a64d\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/b4225ca91547aa97ed3aca391614afbb255bc877\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/d449caf8a179e3b954268b3a88eb9170be3c8fbf\", \"source\": \"cna@python.org\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/ed3a49ea734ada357ff4442996fd4ae71d253373\", \"source\": \"cna@python.org\", \"tags\": [\"Patch\"]}, {\"url\": \"https://github.com/python/cpython/issues/121285\", \"source\": \"cna@python.org\", \"tags\": [\"Exploit\", \"Issue Tracking\", \"Patch\"]}, {\"url\": \"https://github.com/python/cpython/pull/121286\", \"source\": \"cna@python.org\", \"tags\": [\"Issue Tracking\", \"Patch\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/\", \"source\": \"cna@python.org\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/09/03/5\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241018-0007/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]", "sourceIdentifier": "cna@python.org", "vulnStatus": "Modified", "weaknesses": "[{\"source\": \"cna@python.org\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-1333\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-1333\"}]}]" }, "nvd": "{\"cve\":{\"id\":\"CVE-2024-6232\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-09-03T13:15:05.363\",\"lastModified\":\"2024-11-21T09:49:14.903\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"Existe una vulnerabilidad de gravedad MEDIA que afecta a CPython. Las expresiones regulares que permit\u00edan un retroceso excesivo durante el an\u00e1lisis de cabeceras tarfile.TarFile son vulnerables a ReDoS a trav\u00e9s de archivos tar manipulados espec\u00edficamente.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"3.12.5\",\"matchCriteriaId\":\"5621585D-59F4-4B27-9980-E7602EA0B750\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha0:*:*:*:*:*:*\",\"matchCriteriaId\":\"3BA51E41-D221-431F-870F-536AF2867B50\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha1:*:*:*:*:*:*\",\"matchCriteriaId\":\"978582FF-B8F3-479F-AE77-359E9AEE6F23\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha2:*:*:*:*:*:*\",\"matchCriteriaId\":\"84E3F62C-7218-4DC3-8473-8A576739643A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha3:*:*:*:*:*:*\",\"matchCriteriaId\":\"1FD15706-B8BC-4801-9F93-06771F2E12C1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha4:*:*:*:*:*:*\",\"matchCriteriaId\":\"0FDC359F-E8ED-4777-83FB-1EC63F095CBF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha5:*:*:*:*:*:*\",\"matchCriteriaId\":\"6893BDDE-4D90-4592-8701-C6B3FFEB0CFE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:alpha6:*:*:*:*:*:*\",\"matchCriteriaId\":\"E316F712-F03A-4378-8192-D1640819698B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:beta1:*:*:*:*:*:*\",\"matchCriteriaId\":\"8566F034-27CB-422E-950B-DCAA926CF64F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:beta2:*:*:*:*:*:*\",\"matchCriteriaId\":\"EACCE6C3-7701-4966-9D88-E949C82FCA46\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:beta3:*:*:*:*:*:*\",\"matchCriteriaId\":\"A4853BF2-9C27-465F-9840-5B37013C9F74\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:beta4:*:*:*:*:*:*\",\"matchCriteriaId\":\"B266541A-E877-4CAD-A1EF-08A069441F36\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.13.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"8384A34C-50CD-439C-A2BB-DEA6161342C1\"}]}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/4eaf4891c12589e3c7bdad5f5b076e4c8392dd06\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/743acbe872485dc18df4d8ab2dc7895187f062c4\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/7d1f50cd92ff7e10a1c15a8f591dde8a6843a64d\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/b4225ca91547aa97ed3aca391614afbb255bc877\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/d449caf8a179e3b954268b3a88eb9170be3c8fbf\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/ed3a49ea734ada357ff4442996fd4ae71d253373\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/issues/121285\",\"source\":\"cna@python.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://github.com/python/cpython/pull/121286\",\"source\":\"cna@python.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/\",\"source\":\"cna@python.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/09/03/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20241018-0007/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", "vulnrichment": { "containers": "{\"cna\": {\"affected\": [{\"defaultStatus\": \"unaffected\", \"product\": \"CPython\", \"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"versions\": [{\"version\": \"0\", \"lessThan\": \"3.8.20\", \"status\": \"affected\", \"versionType\": \"python\"}, {\"version\": \"3.9.0\", \"lessThan\": \"3.9.20\", \"status\": \"affected\", \"versionType\": \"python\"}, {\"version\": \"3.10.0\", \"lessThan\": \"3.10.15\", \"status\": \"affected\", \"versionType\": \"python\"}, {\"version\": \"3.11.0\", \"lessThan\": \"3.11.10\", \"status\": \"affected\", \"versionType\": \"python\"}, {\"version\": \"3.12.0\", \"lessThan\": \"3.12.6\", \"status\": \"affected\", \"versionType\": \"python\"}, {\"version\": \"3.13.0a1\", \"lessThan\": \"3.13.0rc2\", \"status\": \"affected\", \"versionType\": \"python\"}]}], \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Elias Joakim Myllym\\u00e4ki\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Seth Larson\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Seth Larson\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"Gregory P. Smith\"}], \"descriptions\": [{\"lang\": \"en\", \"supportingMedia\": [{\"base64\": false, \"type\": \"text/html\", \"value\": \"\u003cdiv\u003eThere is a MEDIUM severity vulnerability affecting CPython.\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003eRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.\u0026nbsp; \u003c/div\u003e\"}], \"value\": \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"cweId\": \"CWE-1333\", \"description\": \"CWE-1333 Inefficient Regular Expression Complexity\", \"lang\": \"en\", \"type\": \"CWE\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2024-09-07T02:44:49.241Z\"}, \"references\": [{\"tags\": [\"patch\"], \"url\": \"https://github.com/python/cpython/pull/121286\"}, {\"tags\": [\"issue-tracking\"], \"url\": \"https://github.com/python/cpython/issues/121285\"}, {\"tags\": [\"vendor-advisory\"], \"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/\"}, {\"tags\": [\"patch\"], \"url\": \"https://github.com/python/cpython/commit/4eaf4891c12589e3c7bdad5f5b076e4c8392dd06\"}, {\"tags\": [\"patch\"], \"url\": \"https://github.com/python/cpython/commit/743acbe872485dc18df4d8ab2dc7895187f062c4\"}, {\"tags\": [\"patch\"], \"url\": \"https://github.com/python/cpython/commit/d449caf8a179e3b954268b3a88eb9170be3c8fbf\"}, {\"tags\": [\"patch\"], \"url\": \"https://github.com/python/cpython/commit/ed3a49ea734ada357ff4442996fd4ae71d253373\"}, {\"tags\": [\"patch\"], \"url\": \"https://github.com/python/cpython/commit/7d1f50cd92ff7e10a1c15a8f591dde8a6843a64d\"}, {\"tags\": [\"patch\"], \"url\": \"https://github.com/python/cpython/commit/b4225ca91547aa97ed3aca391614afbb255bc877\"}], \"source\": {\"discovery\": \"UNKNOWN\"}, \"title\": \"Regular-expression DoS when parsing TarFile headers\", \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}}, \"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/09/03/5\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241018-0007/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-10-18T13:07:45.640Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-6232\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-04T15:24:31.176254Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:python:cpython:*:*:*:*:*:*:*:*\"], \"vendor\": \"python\", \"product\": \"cpython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.8.20\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.9.0\", \"lessThan\": \"3.9.20\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.10.0\", \"lessThan\": \"3.10.15\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.10\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.6\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.13.0a1\", \"lessThan\": \"3.13.0rc2\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-03T13:50:16.881Z\"}}]}", "cveMetadata": "{\"cveId\": \"CVE-2024-6232\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"PSF\", \"dateReserved\": \"2024-06-20T21:01:55.524Z\", \"datePublished\": \"2024-09-03T12:29:00.102Z\", \"dateUpdated\": \"2024-12-04T15:29:16.775Z\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
rhsa-2024:8797
Vulnerability from csaf_redhat
Published
2024-11-04 06:00
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python39:3.9 security update
Notes
Topic
An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8797", "url": "https://access.redhat.com/errata/RHSA-2024:8797" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8797.json" } ], "title": "Red Hat Security Advisory: python39:3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:35:47+00:00", "generator": { "date": "2024-11-13T16:35:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8797", "initial_release_date": "2024-11-04T06:00:43+00:00", "revision_history": [ { "date": "2024-11-04T06:00:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-04T06:00:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:47+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 AUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8060020241017081122:6a631399", "product": { "name": "python39:3.9:8060020241017081122:6a631399", "product_id": "python39:3.9:8060020241017081122:6a631399", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8060020241017081122:6a631399" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_id": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_id": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "product": { "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "product_id": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product": { "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product_id": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-6.module%2Bel8.6.0%2B22162%2B859a69ec?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-6.module%2Bel8.6.0%2B22162%2B859a69ec?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product_id": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product_id": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product_id": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_id": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_id": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product_id": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product_id": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product_id": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "product": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "product_id": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-6.module%2Bel8.6.0%2B22162%2B859a69ec?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_id": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, "product_reference": "python39:3.9:8060020241017081122:6a631399", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src" }, "product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src" }, "product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src" }, "product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, "product_reference": "python39:3.9:8060020241017081122:6a631399", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src" }, "product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src" }, "product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src" }, "product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, "product_reference": "python39:3.9:8060020241017081122:6a631399", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src" }, "product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src" }, "product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src" }, "product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-04T06:00:43+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.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8797" }, { "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.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_8446
Vulnerability from csaf_redhat
Published
2024-10-24 12:33
Modified
2024-11-13 16:34
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.4 Extended Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8446", "url": "https://access.redhat.com/errata/RHSA-2024:8446" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8446.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:34:51+00:00", "generator": { "date": "2024-11-13T16:34:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8446", "initial_release_date": "2024-10-24T12:33:44+00:00", "revision_history": [ { "date": "2024-10-24T12:33:44+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-24T12:33:44+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:34:51+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.6.noarch", "product": { "name": "python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "product_id": "python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.18-3.el9_4.6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-test-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-test-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-test-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-test-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-test-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.18-3.el9_4.6.src", "product": { "name": "python3.9-0:3.9.18-3.el9_4.6.src", "product_id": "python3.9-0:3.9.18-3.el9_4.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.18-3.el9_4.6?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.6.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.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.6.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-24T12:33:44+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.6.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8446" }, { "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.6.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:8836
Vulnerability from csaf_redhat
Published
2024-11-05 04:12
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python3.12 security update
Notes
Topic
An update for python3.12 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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".
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8836", "url": "https://access.redhat.com/errata/RHSA-2024:8836" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8836.json" } ], "title": "Red Hat Security Advisory: python3.12 security update", "tracking": { "current_release_date": "2024-11-13T16:35:59+00:00", "generator": { "date": "2024-11-13T16:35:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8836", "initial_release_date": "2024-11-05T04:12:36+00:00", "revision_history": [ { "date": "2024-11-05T04:12:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-05T04:12:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:59+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.6-1.el8_10.src", "product": { "name": "python3.12-0:3.12.6-1.el8_10.src", "product_id": "python3.12-0:3.12.6-1.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-test-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-test-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-test-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-test-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-test-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "product": { "name": "python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "product_id": "python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-rpm-macros@3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.src" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.noarch" }, "product_reference": "python3.12-rpm-macros-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.src" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.noarch" }, "product_reference": "python3.12-rpm-macros-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T04:12:36+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.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8836" }, { "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.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:9450
Vulnerability from csaf_redhat
Published
2024-11-12 10:29
Modified
2024-11-13 16:36
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:9450", "url": "https://access.redhat.com/errata/RHSA-2024:9450" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9450.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-13T16:36:12+00:00", "generator": { "date": "2024-11-13T16:36:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:9450", "initial_release_date": "2024-11-12T10:29:44+00:00", "revision_history": [ { "date": "2024-11-12T10:29:44+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-12T10:29:44+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:36: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.Z.MAIN", "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.Z.MAIN", "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_5.1.src", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.src", "product_id": "python3.11-0:3.11.9-7.el9_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.src", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-12T10:29:44+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.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9450" }, { "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.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:9451
Vulnerability from csaf_redhat
Published
2024-11-12 10:25
Modified
2024-11-13 16:36
Summary
Red Hat Security Advisory: python3.12 security update
Notes
Topic
An update for python3.12 is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:9451", "url": "https://access.redhat.com/errata/RHSA-2024:9451" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9451.json" } ], "title": "Red Hat Security Advisory: python3.12 security update", "tracking": { "current_release_date": "2024-11-13T16:36:22+00:00", "generator": { "date": "2024-11-13T16:36:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:9451", "initial_release_date": "2024-11-12T10:25:20+00:00", "revision_history": [ { "date": "2024-11-12T10:25:20+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-12T10:25:20+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:36:22+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.Z.MAIN", "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.Z.MAIN", "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_5.1.src", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.src", "product_id": "python3.12-0:3.12.5-2.el9_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.src", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-12T10:25:20+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.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9451" }, { "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.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:8374
Vulnerability from csaf_redhat
Published
2024-10-23 13:29
Modified
2024-11-13 16:34
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.4 Extended Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8374", "url": "https://access.redhat.com/errata/RHSA-2024:8374" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8374.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-13T16:34:42+00:00", "generator": { "date": "2024-11-13T16:34:42+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8374", "initial_release_date": "2024-10-23T13:29:59+00:00", "revision_history": [ { "date": "2024-10-23T13:29:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-23T13:29:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:34: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.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "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": "python3.11-0:3.11.7-1.el9_4.6.src", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.src", "product_id": "python3.11-0:3.11.7-1.el9_4.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.src", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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:python3.11-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-23T13:29:59+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:python3.11-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8374" }, { "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:python3.11-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:8490
Vulnerability from csaf_redhat
Published
2024-10-28 00:29
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 is now available for Red Hat Enterprise Linux 7.7 Advanced Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 is now available for Red Hat Enterprise Linux 7.7 Advanced Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8490", "url": "https://access.redhat.com/errata/RHSA-2024:8490" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8490.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-11-13T16:35:12+00:00", "generator": { "date": "2024-11-13T16:35:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8490", "initial_release_date": "2024-10-28T00:29:23+00:00", "revision_history": [ { "date": "2024-10-28T00:29:23+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-28T00:29:23+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35: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 Server AUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.7::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-10.el7_7.1.src", "product": { "name": "python3-0:3.6.8-10.el7_7.1.src", "product_id": "python3-0:3.6.8-10.el7_7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-10.el7_7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-10.el7_7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-libs-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-libs-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-libs-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-debug-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-debug-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-devel-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-devel-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-idle-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-idle-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-test-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-test-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-10.el7_7.1?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.src", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-debug-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-devel-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-idle-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-libs-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-test-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.src as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.src", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-debug-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-devel-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-idle-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-libs-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-test-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-28T00:29:23+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": [ "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8490" }, { "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": [ "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:8374
Vulnerability from csaf_redhat
Published
2024-10-23 13:29
Modified
2024-11-13 16:34
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.4 Extended Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8374", "url": "https://access.redhat.com/errata/RHSA-2024:8374" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8374.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-13T16:34:42+00:00", "generator": { "date": "2024-11-13T16:34:42+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8374", "initial_release_date": "2024-10-23T13:29:59+00:00", "revision_history": [ { "date": "2024-10-23T13:29:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-23T13:29:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:34: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.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "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": "python3.11-0:3.11.7-1.el9_4.6.src", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.src", "product_id": "python3.11-0:3.11.7-1.el9_4.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.src", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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:python3.11-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-23T13:29:59+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:python3.11-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8374" }, { "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:python3.11-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_8359
Vulnerability from csaf_redhat
Published
2024-10-23 10:28
Modified
2024-11-13 16:34
Summary
Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update
Notes
Topic
An update for the python39:3.9 and python39-devel:3.9 module is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8359", "url": "https://access.redhat.com/errata/RHSA-2024:8359" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8359.json" } ], "title": "Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:34:31+00:00", "generator": { "date": "2024-11-13T16:34:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8359", "initial_release_date": "2024-10-23T10:28:19+00:00", "revision_history": [ { "date": "2024-10-23T10:28:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-23T10:28:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:34: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. 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:8100020240927003152:d47b87a4", "product": { "name": "python39:3.9:8100020240927003152:d47b87a4", "product_id": "python39:3.9:8100020240927003152:d47b87a4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8100020240927003152: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.20-1.module+el8.10.0+22342+478c159e.noarch", "product": { "name": "python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "product_id": "python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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\u0026epoch=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\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-devel:3.9:8100020240927003152:d47b87a4", "product": { "name": "python39-devel:3.9:8100020240927003152:d47b87a4", "product_id": "python39-devel:3.9:8100020240927003152:d47b87a4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39-devel@3.9:8100020240927003152: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\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, "product_reference": "python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, "product_reference": "python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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:8100020240927003152:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-23T10:28:19+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:8100020240927003152:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8359" }, { "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:8100020240927003152:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_8838
Vulnerability from csaf_redhat
Published
2024-11-05 02:55
Modified
2024-11-13 16:36
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8838", "url": "https://access.redhat.com/errata/RHSA-2024:8838" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8838.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-13T16:36:09+00:00", "generator": { "date": "2024-11-13T16:36:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8838", "initial_release_date": "2024-11-05T02:55:30+00:00", "revision_history": [ { "date": "2024-11-05T02:55:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-05T02:55:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:36:09+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.10-1.el8_10.src", "product": { "name": "python3.11-0:3.11.10-1.el8_10.src", "product_id": "python3.11-0:3.11.10-1.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-test-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-test-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-test-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-test-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-test-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "product": { "name": "python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "product_id": "python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.src" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.src" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T02:55:30+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.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8838" }, { "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.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:7415
Vulnerability from csaf_redhat
Published
2024-10-01 02:34
Modified
2024-12-18 03:40
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.2 Extended Update Support.\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\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:7415", "url": "https://access.redhat.com/errata/RHSA-2024:7415" }, { "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": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7415.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-12-18T03:40:01+00:00", "generator": { "date": "2024-12-18T03:40:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2024:7415", "initial_release_date": "2024-10-01T02:34:25+00:00", "revision_history": [ { "date": "2024-10-01T02:34:25+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-01T02:34:25+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-18T03:40:01+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 EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.src", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.src", "product_id": "python3.11-0:3.11.2-2.el9_2.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?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.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.src", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-01T02:34:25+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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7415" }, { "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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" }, { "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\u0027t 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\u0027t 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 \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.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-10-01T02:34:25+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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7415" }, { "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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection" } ] }
rhsa-2024:8359
Vulnerability from csaf_redhat
Published
2024-10-23 10:28
Modified
2024-11-13 16:34
Summary
Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update
Notes
Topic
An update for the python39:3.9 and python39-devel:3.9 module is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8359", "url": "https://access.redhat.com/errata/RHSA-2024:8359" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8359.json" } ], "title": "Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:34:31+00:00", "generator": { "date": "2024-11-13T16:34:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8359", "initial_release_date": "2024-10-23T10:28:19+00:00", "revision_history": [ { "date": "2024-10-23T10:28:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-23T10:28:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:34: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. 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:8100020240927003152:d47b87a4", "product": { "name": "python39:3.9:8100020240927003152:d47b87a4", "product_id": "python39:3.9:8100020240927003152:d47b87a4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8100020240927003152: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.20-1.module+el8.10.0+22342+478c159e.noarch", "product": { "name": "python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "product_id": "python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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\u0026epoch=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\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-devel:3.9:8100020240927003152:d47b87a4", "product": { "name": "python39-devel:3.9:8100020240927003152:d47b87a4", "product_id": "python39-devel:3.9:8100020240927003152:d47b87a4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39-devel@3.9:8100020240927003152: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\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, "product_reference": "python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, "product_reference": "python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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:8100020240927003152:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-23T10:28:19+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:8100020240927003152:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8359" }, { "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:8100020240927003152:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_8374
Vulnerability from csaf_redhat
Published
2024-10-23 13:29
Modified
2024-11-13 16:34
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.4 Extended Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8374", "url": "https://access.redhat.com/errata/RHSA-2024:8374" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8374.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-13T16:34:42+00:00", "generator": { "date": "2024-11-13T16:34:42+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8374", "initial_release_date": "2024-10-23T13:29:59+00:00", "revision_history": [ { "date": "2024-10-23T13:29:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-23T13:29:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:34: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.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "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": "python3.11-0:3.11.7-1.el9_4.6.src", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.src", "product_id": "python3.11-0:3.11.7-1.el9_4.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "product": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "product_id": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.src", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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:python3.11-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-23T13:29:59+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:python3.11-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8374" }, { "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:python3.11-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.11-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debug-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-devel-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-idle-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-libs-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-test-0:3.11.7-1.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:8446
Vulnerability from csaf_redhat
Published
2024-10-24 12:33
Modified
2024-11-13 16:34
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.4 Extended Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8446", "url": "https://access.redhat.com/errata/RHSA-2024:8446" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8446.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:34:51+00:00", "generator": { "date": "2024-11-13T16:34:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8446", "initial_release_date": "2024-10-24T12:33:44+00:00", "revision_history": [ { "date": "2024-10-24T12:33:44+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-24T12:33:44+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:34:51+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.6.noarch", "product": { "name": "python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "product_id": "python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.18-3.el9_4.6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-test-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-test-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-test-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-test-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-test-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.18-3.el9_4.6.src", "product": { "name": "python3.9-0:3.9.18-3.el9_4.6.src", "product_id": "python3.9-0:3.9.18-3.el9_4.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.18-3.el9_4.6?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.6.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.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.6.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-24T12:33:44+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.6.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8446" }, { "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.6.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:9468
Vulnerability from csaf_redhat
Published
2024-11-12 10:30
Modified
2024-11-13 16:36
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:9468", "url": "https://access.redhat.com/errata/RHSA-2024:9468" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9468.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:36:02+00:00", "generator": { "date": "2024-11-13T16:36:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:9468", "initial_release_date": "2024-11-12T10:30:59+00:00", "revision_history": [ { "date": "2024-11-12T10:30:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-12T10:30:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:36:02+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.Z.MAIN", "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.Z.MAIN", "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.Z.MAIN", "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_5.1.aarch64", "product": { "name": "python3-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-test-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-test-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.19-8.el9_5.1.src", "product": { "name": "python3.9-0:3.9.19-8.el9_5.1.src", "product_id": "python3.9-0:3.9.19-8.el9_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.19-8.el9_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "product": { "name": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "product_id": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.19-8.el9_5.1?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_5.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.19-8.el9_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src" }, "product_reference": "python3.9-0:3.9.19-8.el9_5.1.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.19-8.el9_5.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src" }, "product_reference": "python3.9-0:3.9.19-8.el9_5.1.src", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.19-8.el9_5.1.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src" }, "product_reference": "python3.9-0:3.9.19-8.el9_5.1.src", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-12T10:30:59+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.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9468" }, { "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.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:6909
Vulnerability from csaf_redhat
Published
2024-09-23 02:01
Modified
2024-12-18 03:38
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. 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.
Details
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.
Security Fix(es):
* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:6909", "url": "https://access.redhat.com/errata/RHSA-2024:6909" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2302255", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6909.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-12-18T03:38:58+00:00", "generator": { "date": "2024-12-18T03:38:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2024:6909", "initial_release_date": "2024-09-23T02:01:43+00:00", "revision_history": [ { "date": "2024-09-23T02:01:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-23T02:01:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-18T03:38:58+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 EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:9.2::baseos" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-test-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-test-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "product": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "product_id": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.16-1.el9_2.8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.16-1.el9_2.8.src", "product": { "name": "python3.9-0:3.9.16-1.el9_2.8.src", "product_id": "python3.9-0:3.9.16-1.el9_2.8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.16-1.el9_2.8?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.16-1.el9_2.8.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch" }, "product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.16-1.el9_2.8.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src" }, "product_reference": "python3.9-0:3.9.16-1.el9_2.8.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch" }, "product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.16-1.el9_2.8.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src" }, "product_reference": "python3.9-0:3.9.16-1.el9_2.8.src", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch" }, "product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.16-1.el9_2.8.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src" }, "product_reference": "python3.9-0:3.9.16-1.el9_2.8.src", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-23T02:01:43+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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6909" }, { "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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" }, { "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\u0027t 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\u0027t 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 \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.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-23T02:01:43+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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6909" }, { "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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection" } ] }
rhsa-2024_8797
Vulnerability from csaf_redhat
Published
2024-11-04 06:00
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python39:3.9 security update
Notes
Topic
An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8797", "url": "https://access.redhat.com/errata/RHSA-2024:8797" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8797.json" } ], "title": "Red Hat Security Advisory: python39:3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:35:47+00:00", "generator": { "date": "2024-11-13T16:35:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8797", "initial_release_date": "2024-11-04T06:00:43+00:00", "revision_history": [ { "date": "2024-11-04T06:00:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-04T06:00:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:47+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 AUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8060020241017081122:6a631399", "product": { "name": "python39:3.9:8060020241017081122:6a631399", "product_id": "python39:3.9:8060020241017081122:6a631399", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8060020241017081122:6a631399" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_id": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_id": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "product": { "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "product_id": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product": { "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product_id": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-6.module%2Bel8.6.0%2B22162%2B859a69ec?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-6.module%2Bel8.6.0%2B22162%2B859a69ec?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product_id": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product_id": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product_id": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_id": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_id": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product_id": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product_id": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product_id": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "product": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "product_id": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-6.module%2Bel8.6.0%2B22162%2B859a69ec?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_id": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, "product_reference": "python39:3.9:8060020241017081122:6a631399", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src" }, "product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src" }, "product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src" }, "product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, "product_reference": "python39:3.9:8060020241017081122:6a631399", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src" }, "product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src" }, "product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src" }, "product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, "product_reference": "python39:3.9:8060020241017081122:6a631399", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src" }, "product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src" }, "product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src" }, "product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-04T06:00:43+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.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8797" }, { "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.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:8504
Vulnerability from csaf_redhat
Published
2024-10-28 08:43
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python39:3.9 security update
Notes
Topic
An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8504", "url": "https://access.redhat.com/errata/RHSA-2024:8504" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8504.json" } ], "title": "Red Hat Security Advisory: python39:3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:35:22+00:00", "generator": { "date": "2024-11-13T16:35:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8504", "initial_release_date": "2024-10-28T08:43:14+00:00", "revision_history": [ { "date": "2024-10-28T08:43:14+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-28T08:43:14+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:22+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 EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8080020241016061730:93c2fc2f", "product": { "name": "python39:3.9:8080020241016061730:93c2fc2f", "product_id": "python39:3.9:8080020241016061730:93c2fc2f", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8080020241016061730:93c2fc2f" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_id": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_id": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "product": { "name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "product_id": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product": { "name": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product_id": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-6.module%2Bel8.8.0%2B22158%2B89b6fb7b?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-6.module%2Bel8.8.0%2B22158%2B89b6fb7b?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product_id": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "product": { "name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "product_id": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product_id": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product_id": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_id": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_id": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product_id": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product_id": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product_id": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "product": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "product_id": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-6.module%2Bel8.8.0%2B22158%2B89b6fb7b?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_id": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "product": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "product": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?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:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, "product_reference": "python39:3.9:8080020241016061730:93c2fc2f", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src" }, "product_reference": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src" }, "product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x" }, "product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src" }, "product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src" }, "product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-28T08:43:14+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.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8504" }, { "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.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:8490
Vulnerability from csaf_redhat
Published
2024-10-28 00:29
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 is now available for Red Hat Enterprise Linux 7.7 Advanced Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 is now available for Red Hat Enterprise Linux 7.7 Advanced Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8490", "url": "https://access.redhat.com/errata/RHSA-2024:8490" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8490.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-11-13T16:35:12+00:00", "generator": { "date": "2024-11-13T16:35:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8490", "initial_release_date": "2024-10-28T00:29:23+00:00", "revision_history": [ { "date": "2024-10-28T00:29:23+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-28T00:29:23+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35: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 Server AUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.7::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-10.el7_7.1.src", "product": { "name": "python3-0:3.6.8-10.el7_7.1.src", "product_id": "python3-0:3.6.8-10.el7_7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-10.el7_7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-10.el7_7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-libs-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-libs-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-libs-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-debug-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-debug-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-devel-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-devel-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-idle-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-idle-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-test-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-test-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-10.el7_7.1?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.src", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-debug-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-devel-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-idle-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-libs-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-test-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.src as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.src", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-debug-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-devel-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-idle-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-libs-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-test-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-28T00:29:23+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": [ "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8490" }, { "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": [ "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:8446
Vulnerability from csaf_redhat
Published
2024-10-24 12:33
Modified
2024-11-13 16:34
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.4 Extended Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8446", "url": "https://access.redhat.com/errata/RHSA-2024:8446" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8446.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:34:51+00:00", "generator": { "date": "2024-11-13T16:34:51+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8446", "initial_release_date": "2024-10-24T12:33:44+00:00", "revision_history": [ { "date": "2024-10-24T12:33:44+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-24T12:33:44+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:34:51+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.6.noarch", "product": { "name": "python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "product_id": "python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.18-3.el9_4.6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.aarch64", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.aarch64", "product_id": "python3-test-0:3.9.18-3.el9_4.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.ppc64le", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.ppc64le", "product_id": "python3-test-0:3.9.18-3.el9_4.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-test-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.i686", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.i686", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.x86_64", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.x86_64", "product_id": "python3-test-0:3.9.18-3.el9_4.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-devel-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-devel-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-devel-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-libs-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-libs-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-debug-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-debug-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-idle-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-idle-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.18-3.el9_4.6.s390x", "product": { "name": "python3-test-0:3.9.18-3.el9_4.6.s390x", "product_id": "python3-test-0:3.9.18-3.el9_4.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.18-3.el9_4.6.src", "product": { "name": "python3.9-0:3.9.18-3.el9_4.6.src", "product_id": "python3.9-0:3.9.18-3.el9_4.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.18-3.el9_4.6?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.6.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.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-debug-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-devel-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-idle-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-libs-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-test-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.18-3.el9_4.6.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.6.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.6.src" }, "product_reference": "python3.9-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.6.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.6.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.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.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.6.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.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.6.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-24T12:33:44+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.6.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8446" }, { "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.6.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "BaseOS-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.18-3.el9_4.6.noarch", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-debug-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-devel-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-idle-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-libs-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-test-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3-tkinter-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-0:3.9.18-3.el9_4.6.src", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.6.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:7647
Vulnerability from csaf_redhat
Published
2024-10-03 18:29
Modified
2024-11-13 16:34
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.8 Extended Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:7647", "url": "https://access.redhat.com/errata/RHSA-2024:7647" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7647.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-13T16:34:10+00:00", "generator": { "date": "2024-11-13T16:34:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:7647", "initial_release_date": "2024-10-03T18:29:42+00:00", "revision_history": [ { "date": "2024-10-03T18:29:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-03T18:29:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:34:10+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 EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.8.8)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.src", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.src", "product_id": "python3.11-0:3.11.2-2.el8_8.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "product": { "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "product_id": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.2-2.el8_8.4?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.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.src as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.src", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-03T18:29:42+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.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7647" }, { "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.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:8797
Vulnerability from csaf_redhat
Published
2024-11-04 06:00
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python39:3.9 security update
Notes
Topic
An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8797", "url": "https://access.redhat.com/errata/RHSA-2024:8797" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8797.json" } ], "title": "Red Hat Security Advisory: python39:3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:35:47+00:00", "generator": { "date": "2024-11-13T16:35:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8797", "initial_release_date": "2024-11-04T06:00:43+00:00", "revision_history": [ { "date": "2024-11-04T06:00:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-04T06:00:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:47+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 AUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8060020241017081122:6a631399", "product": { "name": "python39:3.9:8060020241017081122:6a631399", "product_id": "python39:3.9:8060020241017081122:6a631399", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8060020241017081122:6a631399" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_id": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_id": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "product": { "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "product_id": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product": { "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product_id": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-6.module%2Bel8.6.0%2B22162%2B859a69ec?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-6.module%2Bel8.6.0%2B22162%2B859a69ec?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product_id": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product_id": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product_id": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_id": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_id": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product_id": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product_id": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product_id": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "product": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "product_id": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-6.module%2Bel8.6.0%2B22162%2B859a69ec?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_id": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B22380%2Ba90b5d28.4?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, "product_reference": "python39:3.9:8060020241017081122:6a631399", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src" }, "product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src" }, "product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src" }, "product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, "product_reference": "python39:3.9:8060020241017081122:6a631399", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src" }, "product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src" }, "product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src" }, "product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, "product_reference": "python39:3.9:8060020241017081122:6a631399", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src" }, "product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src" }, "product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src" }, "product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8060020241017081122:6a631399 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-04T06:00:43+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.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8797" }, { "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.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.AUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.6.0.Z.E4S:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debuginfo-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-debugsource-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-devel-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idle-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-libs-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+22162+859a69ec.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-test-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-tkinter-0:3.9.7-2.module+el8.6.0+22380+a90b5d28.4.x86_64", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-setuptools-0:50.3.2-6.module+el8.6.0+22162+859a69ec.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.6.0.Z.TUS:python39:3.9:8060020241017081122:6a631399:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:8838
Vulnerability from csaf_redhat
Published
2024-11-05 02:55
Modified
2024-11-13 16:36
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8838", "url": "https://access.redhat.com/errata/RHSA-2024:8838" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8838.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-13T16:36:09+00:00", "generator": { "date": "2024-11-13T16:36:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8838", "initial_release_date": "2024-11-05T02:55:30+00:00", "revision_history": [ { "date": "2024-11-05T02:55:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-05T02:55:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:36:09+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.10-1.el8_10.src", "product": { "name": "python3.11-0:3.11.10-1.el8_10.src", "product_id": "python3.11-0:3.11.10-1.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-test-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-test-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-test-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-test-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-test-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "product": { "name": "python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "product_id": "python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.src" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.src" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T02:55:30+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.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8838" }, { "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.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_9468
Vulnerability from csaf_redhat
Published
2024-11-12 10:30
Modified
2024-11-13 16:36
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:9468", "url": "https://access.redhat.com/errata/RHSA-2024:9468" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9468.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:36:02+00:00", "generator": { "date": "2024-11-13T16:36:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:9468", "initial_release_date": "2024-11-12T10:30:59+00:00", "revision_history": [ { "date": "2024-11-12T10:30:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-12T10:30:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:36:02+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.Z.MAIN", "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.Z.MAIN", "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.Z.MAIN", "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_5.1.aarch64", "product": { "name": "python3-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-test-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-test-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.19-8.el9_5.1.src", "product": { "name": "python3.9-0:3.9.19-8.el9_5.1.src", "product_id": "python3.9-0:3.9.19-8.el9_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.19-8.el9_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "product": { "name": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "product_id": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.19-8.el9_5.1?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_5.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.19-8.el9_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src" }, "product_reference": "python3.9-0:3.9.19-8.el9_5.1.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.19-8.el9_5.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src" }, "product_reference": "python3.9-0:3.9.19-8.el9_5.1.src", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.19-8.el9_5.1.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src" }, "product_reference": "python3.9-0:3.9.19-8.el9_5.1.src", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-12T10:30:59+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.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9468" }, { "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.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_9451
Vulnerability from csaf_redhat
Published
2024-11-12 10:25
Modified
2024-11-13 16:36
Summary
Red Hat Security Advisory: python3.12 security update
Notes
Topic
An update for python3.12 is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:9451", "url": "https://access.redhat.com/errata/RHSA-2024:9451" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9451.json" } ], "title": "Red Hat Security Advisory: python3.12 security update", "tracking": { "current_release_date": "2024-11-13T16:36:22+00:00", "generator": { "date": "2024-11-13T16:36:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:9451", "initial_release_date": "2024-11-12T10:25:20+00:00", "revision_history": [ { "date": "2024-11-12T10:25:20+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-12T10:25:20+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:36:22+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.Z.MAIN", "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.Z.MAIN", "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_5.1.src", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.src", "product_id": "python3.12-0:3.12.5-2.el9_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.src", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-12T10:25:20+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.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9451" }, { "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.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:8359
Vulnerability from csaf_redhat
Published
2024-10-23 10:28
Modified
2024-11-13 16:34
Summary
Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update
Notes
Topic
An update for the python39:3.9 and python39-devel:3.9 module is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8359", "url": "https://access.redhat.com/errata/RHSA-2024:8359" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8359.json" } ], "title": "Red Hat Security Advisory: python39:3.9 and python39-devel:3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:34:31+00:00", "generator": { "date": "2024-11-13T16:34:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8359", "initial_release_date": "2024-10-23T10:28:19+00:00", "revision_history": [ { "date": "2024-10-23T10:28:19+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-23T10:28:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:34: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. 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:8100020240927003152:d47b87a4", "product": { "name": "python39:3.9:8100020240927003152:d47b87a4", "product_id": "python39:3.9:8100020240927003152:d47b87a4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8100020240927003152: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.20-1.module+el8.10.0+22342+478c159e.noarch", "product": { "name": "python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "product_id": "python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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\u0026epoch=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\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-devel:3.9:8100020240927003152:d47b87a4", "product": { "name": "python39-devel:3.9:8100020240927003152:d47b87a4", "product_id": "python39-devel:3.9:8100020240927003152:d47b87a4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39-devel@3.9:8100020240927003152: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\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.aarch64", "product": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_id": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_id": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.s390x", "product": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_id": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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.20-1.module+el8.10.0+22342+478c159e.x86_64", "product": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_id": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debug@3.9.20-1.module%2Bel8.10.0%2B22342%2B478c159e?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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, "product_reference": "python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39:3.9:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4" }, "product_reference": "python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64 as a component of python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64" }, "product_reference": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le as a component of python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le" }, "product_reference": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x as a component of python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x" }, "product_reference": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64 as a component of python39-devel:3.9:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64" }, "product_reference": "python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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:8100020240927003152:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-23T10:28:19+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:8100020240927003152:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8359" }, { "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:8100020240927003152:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debuginfo-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-debugsource-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-devel-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idle-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-libs-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-rpm-macros-0:3.9.20-1.module+el8.10.0+22342+478c159e.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-test-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152:d47b87a4:python39-tkinter-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src", "AppStream-8.10.0.Z.MAIN.EUS:python39:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.s390x", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152:d47b87a4:python39-debug-0:3.9.20-1.module+el8.10.0+22342+478c159e.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python39-devel:3.9:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152: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:8100020240927003152:d47b87a4:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:8838
Vulnerability from csaf_redhat
Published
2024-11-05 02:55
Modified
2024-11-13 16:36
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8838", "url": "https://access.redhat.com/errata/RHSA-2024:8838" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8838.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-13T16:36:09+00:00", "generator": { "date": "2024-11-13T16:36:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8838", "initial_release_date": "2024-11-05T02:55:30+00:00", "revision_history": [ { "date": "2024-11-05T02:55:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-05T02:55:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:36:09+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.10-1.el8_10.src", "product": { "name": "python3.11-0:3.11.10-1.el8_10.src", "product_id": "python3.11-0:3.11.10-1.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.aarch64", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.aarch64", "product_id": "python3.11-test-0:3.11.10-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.ppc64le", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.ppc64le", "product_id": "python3.11-test-0:3.11.10-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.x86_64", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.x86_64", "product_id": "python3.11-test-0:3.11.10-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-test-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.i686", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.i686", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-devel-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-devel-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-libs-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-libs-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-debug-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-debug-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-idle-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-idle-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.10-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.10-1.el8_10.s390x", "product": { "name": "python3.11-test-0:3.11.10-1.el8_10.s390x", "product_id": "python3.11-test-0:3.11.10-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.10-1.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "product": { "name": "python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "product_id": "python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.src" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.src" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debug-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-devel-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-idle-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-libs-0:3.11.10-1.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.10-1.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.10-1.el8_10.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-test-0:3.11.10-1.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.10-1.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.10-1.el8_10.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.i686" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.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.10-1.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.10-1.el8_10.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T02:55:30+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.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8838" }, { "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.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.10-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.10-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.10-1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_6975
Vulnerability from csaf_redhat
Published
2024-09-24 03:08
Modified
2024-12-18 03:39
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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.
Security Fix(es):
* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)
* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 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\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:6975", "url": "https://access.redhat.com/errata/RHSA-2024:6975" }, { "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": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "RHEL-48605", "url": "https://issues.redhat.com/browse/RHEL-48605" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6975.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-12-18T03:39:47+00:00", "generator": { "date": "2024-12-18T03:39:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2024:6975", "initial_release_date": "2024-09-24T03:08:07+00:00", "revision_history": [ { "date": "2024-09-24T03:08:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-24T03:08:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-18T03:39:47+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 BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.i686", "product": { "name": "platform-python-0:3.6.8-67.el8_10.i686", "product_id": "platform-python-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.i686", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.i686", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.i686", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.i686", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.i686", "product_id": "python3-idle-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-test-0:3.6.8-67.el8_10.i686", "product_id": "python3-test-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.i686", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.i686", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.i686", "product_id": "python3-libs-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-idle-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.x86_64", "product": { "name": "platform-python-0:3.6.8-67.el8_10.x86_64", "product_id": "platform-python-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-libs-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-test-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-test-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-idle-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.aarch64", "product": { "name": "platform-python-0:3.6.8-67.el8_10.aarch64", "product_id": "platform-python-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-libs-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-test-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-test-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "platform-python-0:3.6.8-67.el8_10.ppc64le", "product_id": "platform-python-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-test-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-test-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.s390x", "product_id": "python3-idle-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.s390x", "product": { "name": "platform-python-0:3.6.8-67.el8_10.s390x", "product_id": "platform-python-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.s390x", "product_id": "python3-libs-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-test-0:3.6.8-67.el8_10.s390x", "product_id": "python3-test-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-67.el8_10.src", "product": { "name": "python3-0:3.6.8-67.el8_10.src", "product_id": "python3-0:3.6.8-67.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-67.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-67.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src" }, "product_reference": "python3-0:3.6.8-67.el8_10.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.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-debuginfo-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.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-debugsource-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.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-idle-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.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-libs-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.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-test-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.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-tkinter-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-67.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src" }, "product_reference": "python3-0:3.6.8-67.el8_10.src", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-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 \u201cglobally reachable\u201d or \u201cprivate\u201d. 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\u0027s 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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.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-24T03:08:07+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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6975" } ], "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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python: incorrect IPv4 and IPv6 private ranges" }, { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-24T03:08:07+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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6975" }, { "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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" }, { "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\u0027t 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\u0027t 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 \u0027Not affected\u0027 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\u0027s 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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.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-24T03:08:07+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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6975" }, { "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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection" } ] }
RHSA-2024:9451
Vulnerability from csaf_redhat
Published
2024-11-12 10:25
Modified
2024-11-13 16:36
Summary
Red Hat Security Advisory: python3.12 security update
Notes
Topic
An update for python3.12 is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:9451", "url": "https://access.redhat.com/errata/RHSA-2024:9451" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9451.json" } ], "title": "Red Hat Security Advisory: python3.12 security update", "tracking": { "current_release_date": "2024-11-13T16:36:22+00:00", "generator": { "date": "2024-11-13T16:36:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:9451", "initial_release_date": "2024-11-12T10:25:20+00:00", "revision_history": [ { "date": "2024-11-12T10:25:20+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-12T10:25:20+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:36:22+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.Z.MAIN", "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.Z.MAIN", "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_5.1.src", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.src", "product_id": "python3.12-0:3.12.5-2.el9_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.5-2.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "product": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "product_id": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.5-2.el9_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.src", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-12T10:25:20+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.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9451" }, { "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.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.12-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debug-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debuginfo-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-debugsource-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-devel-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-idle-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-libs-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-test-0:3.12.5-2.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.12-tkinter-0:3.12.5-2.el9_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_8447
Vulnerability from csaf_redhat
Published
2024-10-24 12:09
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python3.12 security update
Notes
Topic
An update for python3.12 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.4 Extended Update Support.\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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8447", "url": "https://access.redhat.com/errata/RHSA-2024:8447" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8447.json" } ], "title": "Red Hat Security Advisory: python3.12 security update", "tracking": { "current_release_date": "2024-11-13T16:35:02+00:00", "generator": { "date": "2024-11-13T16:35:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8447", "initial_release_date": "2024-10-24T12:09:14+00:00", "revision_history": [ { "date": "2024-10-24T12:09:14+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-24T12:09:14+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:02+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 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": "python3.12-0:3.12.1-4.el9_4.4.src", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.src", "product_id": "python3.12-0:3.12.1-4.el9_4.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.src", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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:python3.12-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-24T12:09:14+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:python3.12-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8447" }, { "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:python3.12-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:8977
Vulnerability from csaf_redhat
Published
2024-11-07 03:26
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python39:3.9 security update
Notes
Topic
An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8977", "url": "https://access.redhat.com/errata/RHSA-2024:8977" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8977.json" } ], "title": "Red Hat Security Advisory: python39:3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:35:07+00:00", "generator": { "date": "2024-11-13T16:35:07+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8977", "initial_release_date": "2024-11-07T03:26:46+00:00", "revision_history": [ { "date": "2024-11-07T03:26:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-07T03:26:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:07+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 AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8040020241017072554:63cd9eba", "product": { "name": "python39:3.9:8040020241017072554:63cd9eba", "product_id": "python39:3.9:8040020241017072554:63cd9eba", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8040020241017072554:63cd9eba" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "product": { "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "product_id": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product": { "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product_id": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-3.module%2Bel8.4.0%2B22168%2B8a561f05.2?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-3.module%2Bel8.4.0%2B22168%2B8a561f05.2?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "product": { "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "product_id": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_id": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_id": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "product": { "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "product_id": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "product": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "product_id": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "product": { "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "product_id": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "product": { "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "product_id": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-3.module%2Bel8.4.0%2B22168%2B8a561f05.2?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_id": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_id": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_id": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_id": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, "product_reference": "python39:3.9:8040020241017072554:63cd9eba", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src" }, "product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, "product_reference": "python39:3.9:8040020241017072554:63cd9eba", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src" }, "product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, "product_reference": "python39:3.9:8040020241017072554:63cd9eba", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src" }, "product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-07T03:26:46+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.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8977" }, { "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.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_8490
Vulnerability from csaf_redhat
Published
2024-10-28 00:29
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 is now available for Red Hat Enterprise Linux 7.7 Advanced Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 is now available for Red Hat Enterprise Linux 7.7 Advanced Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8490", "url": "https://access.redhat.com/errata/RHSA-2024:8490" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8490.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-11-13T16:35:12+00:00", "generator": { "date": "2024-11-13T16:35:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8490", "initial_release_date": "2024-10-28T00:29:23+00:00", "revision_history": [ { "date": "2024-10-28T00:29:23+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-28T00:29:23+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35: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 Server AUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product": { "name": "Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:7.7::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-10.el7_7.1.src", "product": { "name": "python3-0:3.6.8-10.el7_7.1.src", "product_id": "python3-0:3.6.8-10.el7_7.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-10.el7_7.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-10.el7_7.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "product_id": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-10.el7_7.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-libs-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-libs-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-libs-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-debug-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-debug-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-devel-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-devel-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-idle-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-idle-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-test-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-test-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-10.el7_7.1?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "product": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "product_id": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-10.el7_7.1?arch=i686" } } } ], "category": "architecture", "name": "i686" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.src as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.src", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-debug-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-devel-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-idle-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-libs-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-test-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server AUS (v. 7.7)", "product_id": "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.src as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.src", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-debug-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-debug-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-devel-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-devel-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-idle-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-idle-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-libs-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-libs-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-test-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-test-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.i686 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686" }, "product_reference": "python3-tkinter-0:3.6.8-10.el7_7.1.i686", "relates_to_product_reference": "7Server-optional-7.7.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64 as a component of Red Hat Enterprise Linux Server Optional AUS (v. 7.7)", "product_id": "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "relates_to_product_reference": "7Server-optional-7.7.AUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-28T00:29:23+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": [ "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8490" }, { "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": [ "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.src", "7Server-optional-7.7.AUS:python3-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debug-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-debuginfo-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-devel-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-idle-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-libs-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-test-0:3.6.8-10.el7_7.1.x86_64", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.i686", "7Server-optional-7.7.AUS:python3-tkinter-0:3.6.8-10.el7_7.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:8447
Vulnerability from csaf_redhat
Published
2024-10-24 12:09
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python3.12 security update
Notes
Topic
An update for python3.12 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.4 Extended Update Support.\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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8447", "url": "https://access.redhat.com/errata/RHSA-2024:8447" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8447.json" } ], "title": "Red Hat Security Advisory: python3.12 security update", "tracking": { "current_release_date": "2024-11-13T16:35:02+00:00", "generator": { "date": "2024-11-13T16:35:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8447", "initial_release_date": "2024-10-24T12:09:14+00:00", "revision_history": [ { "date": "2024-10-24T12:09:14+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-24T12:09:14+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:02+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 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": "python3.12-0:3.12.1-4.el9_4.4.src", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.src", "product_id": "python3.12-0:3.12.1-4.el9_4.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.src", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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:python3.12-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-24T12:09:14+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:python3.12-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8447" }, { "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:python3.12-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:8130
Vulnerability from csaf_redhat
Published
2024-10-15 10:43
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.0 Update Services for SAP Solutions.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8130", "url": "https://access.redhat.com/errata/RHSA-2024:8130" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8130.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:35:09+00:00", "generator": { "date": "2024-11-13T16:35:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8130", "initial_release_date": "2024-10-15T10:43:46+00:00", "revision_history": [ { "date": "2024-10-15T10:43:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-15T10:43:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:09+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 E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:9.0::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.i686", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.i686", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.i686", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.i686", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.10-4.el9_0.6.src", "product": { "name": "python3.9-0:3.9.10-4.el9_0.6.src", "product_id": "python3.9-0:3.9.10-4.el9_0.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.10-4.el9_0.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "product": { "name": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "product_id": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.10-4.el9_0.6?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.10-4.el9_0.6.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.10-4.el9_0.6.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src" }, "product_reference": "python3.9-0:3.9.10-4.el9_0.6.src", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.10-4.el9_0.6.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src" }, "product_reference": "python3.9-0:3.9.10-4.el9_0.6.src", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-15T10:43:46+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.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8130" }, { "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.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:9468
Vulnerability from csaf_redhat
Published
2024-11-12 10:30
Modified
2024-11-13 16:36
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:9468", "url": "https://access.redhat.com/errata/RHSA-2024:9468" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9468.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:36:02+00:00", "generator": { "date": "2024-11-13T16:36:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:9468", "initial_release_date": "2024-11-12T10:30:59+00:00", "revision_history": [ { "date": "2024-11-12T10:30:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-12T10:30:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:36:02+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.Z.MAIN", "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.Z.MAIN", "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.Z.MAIN", "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_5.1.aarch64", "product": { "name": "python3-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "product_id": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "product_id": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "product_id": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-test-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.19-8.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.19-8.el9_5.1.s390x", "product": { "name": "python3-test-0:3.9.19-8.el9_5.1.s390x", "product_id": "python3-test-0:3.9.19-8.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.19-8.el9_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.19-8.el9_5.1.src", "product": { "name": "python3.9-0:3.9.19-8.el9_5.1.src", "product_id": "python3.9-0:3.9.19-8.el9_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.19-8.el9_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "product": { "name": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "product_id": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.19-8.el9_5.1?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_5.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.19-8.el9_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src" }, "product_reference": "python3.9-0:3.9.19-8.el9_5.1.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.19-8.el9_5.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src" }, "product_reference": "python3.9-0:3.9.19-8.el9_5.1.src", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)", "product_id": "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch" }, "product_reference": "python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-debug-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-devel-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-idle-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-libs-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-test-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.19-8.el9_5.1.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src" }, "product_reference": "python3.9-0:3.9.19-8.el9_5.1.src", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-12T10:30:59+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.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9468" }, { "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.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "BaseOS-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python-unversioned-command-0:3.9.19-8.el9_5.1.noarch", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-debug-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-devel-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-idle-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-libs-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-test-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3-tkinter-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-0:3.9.19-8.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debuginfo-0:3.9.19-8.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.9-debugsource-0:3.9.19-8.el9_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:8130
Vulnerability from csaf_redhat
Published
2024-10-15 10:43
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.0 Update Services for SAP Solutions.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8130", "url": "https://access.redhat.com/errata/RHSA-2024:8130" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8130.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:35:09+00:00", "generator": { "date": "2024-11-13T16:35:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8130", "initial_release_date": "2024-10-15T10:43:46+00:00", "revision_history": [ { "date": "2024-10-15T10:43:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-15T10:43:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:09+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 E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:9.0::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.i686", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.i686", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.i686", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.i686", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.10-4.el9_0.6.src", "product": { "name": "python3.9-0:3.9.10-4.el9_0.6.src", "product_id": "python3.9-0:3.9.10-4.el9_0.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.10-4.el9_0.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "product": { "name": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "product_id": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.10-4.el9_0.6?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.10-4.el9_0.6.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.10-4.el9_0.6.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src" }, "product_reference": "python3.9-0:3.9.10-4.el9_0.6.src", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.10-4.el9_0.6.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src" }, "product_reference": "python3.9-0:3.9.10-4.el9_0.6.src", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-15T10:43:46+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.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8130" }, { "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.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_8130
Vulnerability from csaf_redhat
Published
2024-10-15 10:43
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.0 Update Services for SAP Solutions.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8130", "url": "https://access.redhat.com/errata/RHSA-2024:8130" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8130.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:35:09+00:00", "generator": { "date": "2024-11-13T16:35:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8130", "initial_release_date": "2024-10-15T10:43:46+00:00", "revision_history": [ { "date": "2024-10-15T10:43:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-15T10:43:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:09+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 E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_e4s:9.0::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.i686", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.i686", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.i686", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.i686", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.6?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "product": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "product_id": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.10-4.el9_0.6.src", "product": { "name": "python3.9-0:3.9.10-4.el9_0.6.src", "product_id": "python3.9-0:3.9.10-4.el9_0.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.10-4.el9_0.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "product": { "name": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "product_id": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.10-4.el9_0.6?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.10-4.el9_0.6.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.10-4.el9_0.6.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src" }, "product_reference": "python3.9-0:3.9.10-4.el9_0.6.src", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch" }, "product_reference": "python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-devel-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-libs-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.10-4.el9_0.6.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src" }, "product_reference": "python3.9-0:3.9.10-4.el9_0.6.src", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)", "product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-15T10:43:46+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.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8130" }, { "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.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.6.noarch", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.6.src", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.6.x86_64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.aarch64", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.i686", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.ppc64le", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.s390x", "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:7647
Vulnerability from csaf_redhat
Published
2024-10-03 18:29
Modified
2024-11-13 16:34
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.8 Extended Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:7647", "url": "https://access.redhat.com/errata/RHSA-2024:7647" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7647.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-13T16:34:10+00:00", "generator": { "date": "2024-11-13T16:34:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:7647", "initial_release_date": "2024-10-03T18:29:42+00:00", "revision_history": [ { "date": "2024-10-03T18:29:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-03T18:29:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:34:10+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 EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.8.8)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.src", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.src", "product_id": "python3.11-0:3.11.2-2.el8_8.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "product": { "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "product_id": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.2-2.el8_8.4?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.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.src as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.src", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-03T18:29:42+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.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7647" }, { "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.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:8836
Vulnerability from csaf_redhat
Published
2024-11-05 04:12
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python3.12 security update
Notes
Topic
An update for python3.12 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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".
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8836", "url": "https://access.redhat.com/errata/RHSA-2024:8836" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8836.json" } ], "title": "Red Hat Security Advisory: python3.12 security update", "tracking": { "current_release_date": "2024-11-13T16:35:59+00:00", "generator": { "date": "2024-11-13T16:35:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8836", "initial_release_date": "2024-11-05T04:12:36+00:00", "revision_history": [ { "date": "2024-11-05T04:12:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-05T04:12:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:59+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.6-1.el8_10.src", "product": { "name": "python3.12-0:3.12.6-1.el8_10.src", "product_id": "python3.12-0:3.12.6-1.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-test-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-test-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-test-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-test-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-test-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "product": { "name": "python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "product_id": "python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-rpm-macros@3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.src" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.noarch" }, "product_reference": "python3.12-rpm-macros-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.src" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.noarch" }, "product_reference": "python3.12-rpm-macros-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T04:12:36+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.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8836" }, { "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.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:6909
Vulnerability from csaf_redhat
Published
2024-09-23 02:01
Modified
2024-12-18 03:38
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. 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.
Details
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.
Security Fix(es):
* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:6909", "url": "https://access.redhat.com/errata/RHSA-2024:6909" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2302255", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6909.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-12-18T03:38:58+00:00", "generator": { "date": "2024-12-18T03:38:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2024:6909", "initial_release_date": "2024-09-23T02:01:43+00:00", "revision_history": [ { "date": "2024-09-23T02:01:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-23T02:01:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-18T03:38:58+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 EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:9.2::baseos" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-test-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-test-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "product": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "product_id": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.16-1.el9_2.8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.16-1.el9_2.8.src", "product": { "name": "python3.9-0:3.9.16-1.el9_2.8.src", "product_id": "python3.9-0:3.9.16-1.el9_2.8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.16-1.el9_2.8?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.16-1.el9_2.8.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch" }, "product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.16-1.el9_2.8.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src" }, "product_reference": "python3.9-0:3.9.16-1.el9_2.8.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch" }, "product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.16-1.el9_2.8.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src" }, "product_reference": "python3.9-0:3.9.16-1.el9_2.8.src", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch" }, "product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.16-1.el9_2.8.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src" }, "product_reference": "python3.9-0:3.9.16-1.el9_2.8.src", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-23T02:01:43+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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6909" }, { "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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" }, { "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\u0027t 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\u0027t 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 \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.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-23T02:01:43+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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6909" }, { "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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection" } ] }
rhsa-2024_8836
Vulnerability from csaf_redhat
Published
2024-11-05 04:12
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python3.12 security update
Notes
Topic
An update for python3.12 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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".
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8836", "url": "https://access.redhat.com/errata/RHSA-2024:8836" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8836.json" } ], "title": "Red Hat Security Advisory: python3.12 security update", "tracking": { "current_release_date": "2024-11-13T16:35:59+00:00", "generator": { "date": "2024-11-13T16:35:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8836", "initial_release_date": "2024-11-05T04:12:36+00:00", "revision_history": [ { "date": "2024-11-05T04:12:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-05T04:12:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:59+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.6-1.el8_10.src", "product": { "name": "python3.12-0:3.12.6-1.el8_10.src", "product_id": "python3.12-0:3.12.6-1.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.aarch64", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.aarch64", "product_id": "python3.12-test-0:3.12.6-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.ppc64le", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.ppc64le", "product_id": "python3.12-test-0:3.12.6-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.x86_64", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.x86_64", "product_id": "python3.12-test-0:3.12.6-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-test-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.i686", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.i686", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-devel-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-devel-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-libs-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-libs-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-debug-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-debug-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-idle-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-idle-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.6-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.6-1.el8_10.s390x", "product": { "name": "python3.12-test-0:3.12.6-1.el8_10.s390x", "product_id": "python3.12-test-0:3.12.6-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.6-1.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "product": { "name": "python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "product_id": "python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-rpm-macros@3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.src" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.noarch" }, "product_reference": "python3.12-rpm-macros-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.src" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debug-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-devel-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-idle-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-libs-0:3.12.6-1.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.6-1.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.6-1.el8_10.noarch" }, "product_reference": "python3.12-rpm-macros-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-test-0:3.12.6-1.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.6-1.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.6-1.el8_10.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.i686" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.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.6-1.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.6-1.el8_10.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-05T04:12:36+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.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8836" }, { "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.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.6-1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.6-1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.i686", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.6-1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_7415
Vulnerability from csaf_redhat
Published
2024-10-01 02:34
Modified
2024-12-18 03:40
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.2 Extended Update Support.\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\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:7415", "url": "https://access.redhat.com/errata/RHSA-2024:7415" }, { "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": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7415.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-12-18T03:40:01+00:00", "generator": { "date": "2024-12-18T03:40:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2024:7415", "initial_release_date": "2024-10-01T02:34:25+00:00", "revision_history": [ { "date": "2024-10-01T02:34:25+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-01T02:34:25+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-18T03:40:01+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 EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.src", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.src", "product_id": "python3.11-0:3.11.2-2.el9_2.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?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.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.src", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-01T02:34:25+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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7415" }, { "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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" }, { "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\u0027t 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\u0027t 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 \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.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-10-01T02:34:25+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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7415" }, { "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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection" } ] }
RHSA-2024:8504
Vulnerability from csaf_redhat
Published
2024-10-28 08:43
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python39:3.9 security update
Notes
Topic
An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8504", "url": "https://access.redhat.com/errata/RHSA-2024:8504" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8504.json" } ], "title": "Red Hat Security Advisory: python39:3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:35:22+00:00", "generator": { "date": "2024-11-13T16:35:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8504", "initial_release_date": "2024-10-28T08:43:14+00:00", "revision_history": [ { "date": "2024-10-28T08:43:14+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-28T08:43:14+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:22+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 EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8080020241016061730:93c2fc2f", "product": { "name": "python39:3.9:8080020241016061730:93c2fc2f", "product_id": "python39:3.9:8080020241016061730:93c2fc2f", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8080020241016061730:93c2fc2f" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_id": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_id": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "product": { "name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "product_id": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product": { "name": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product_id": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-6.module%2Bel8.8.0%2B22158%2B89b6fb7b?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-6.module%2Bel8.8.0%2B22158%2B89b6fb7b?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product_id": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "product": { "name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "product_id": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product_id": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product_id": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_id": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_id": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product_id": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product_id": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product_id": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "product": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "product_id": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-6.module%2Bel8.8.0%2B22158%2B89b6fb7b?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_id": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "product": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "product": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?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:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, "product_reference": "python39:3.9:8080020241016061730:93c2fc2f", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src" }, "product_reference": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src" }, "product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x" }, "product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src" }, "product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src" }, "product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-28T08:43:14+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.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8504" }, { "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.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:9450
Vulnerability from csaf_redhat
Published
2024-11-12 10:29
Modified
2024-11-13 16:36
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:9450", "url": "https://access.redhat.com/errata/RHSA-2024:9450" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9450.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-13T16:36:12+00:00", "generator": { "date": "2024-11-13T16:36:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:9450", "initial_release_date": "2024-11-12T10:29:44+00:00", "revision_history": [ { "date": "2024-11-12T10:29:44+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-12T10:29:44+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:36: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.Z.MAIN", "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.Z.MAIN", "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_5.1.src", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.src", "product_id": "python3.11-0:3.11.9-7.el9_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.src", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-12T10:29:44+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.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9450" }, { "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.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:7415
Vulnerability from csaf_redhat
Published
2024-10-01 02:34
Modified
2024-12-18 03:40
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.2 Extended Update Support.\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\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:7415", "url": "https://access.redhat.com/errata/RHSA-2024:7415" }, { "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": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7415.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-12-18T03:40:01+00:00", "generator": { "date": "2024-12-18T03:40:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2024:7415", "initial_release_date": "2024-10-01T02:34:25+00:00", "revision_history": [ { "date": "2024-10-01T02:34:25+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-01T02:34:25+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-18T03:40:01+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 EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el9_2.6.src", "product": { "name": "python3.11-0:3.11.2-2.el9_2.6.src", "product_id": "python3.11-0:3.11.2-2.el9_2.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.6?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.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.src", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-01T02:34:25+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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7415" }, { "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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" }, { "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\u0027t 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\u0027t 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 \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.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-10-01T02:34:25+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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7415" }, { "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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.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.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "AppStream-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.src", "CRB-9.2.0.Z.EUS:python3.11-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debug-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-devel-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-idle-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-libs-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-test-0:3.11.2-2.el9_2.6.x86_64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.aarch64", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.i686", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.ppc64le", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.s390x", "CRB-9.2.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el9_2.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection" } ] }
rhsa-2024_6909
Vulnerability from csaf_redhat
Published
2024-09-23 02:01
Modified
2024-12-18 03:38
Summary
Red Hat Security Advisory: python3.9 security update
Notes
Topic
An update for python3.9 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. 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.
Details
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.
Security Fix(es):
* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:6909", "url": "https://access.redhat.com/errata/RHSA-2024:6909" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2302255", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302255" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6909.json" } ], "title": "Red Hat Security Advisory: python3.9 security update", "tracking": { "current_release_date": "2024-12-18T03:38:58+00:00", "generator": { "date": "2024-12-18T03:38:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2024:6909", "initial_release_date": "2024-09-23T02:01:43+00:00", "revision_history": [ { "date": "2024-09-23T02:01:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-23T02:01:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-18T03:38:58+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 EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus:9.2::baseos" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-test-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.i686", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.i686", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-test-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-test-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.8?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "product": { "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "product_id": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "product": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "product_id": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-unversioned-command@3.9.16-1.el9_2.8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3.9-0:3.9.16-1.el9_2.8.src", "product": { "name": "python3.9-0:3.9.16-1.el9_2.8.src", "product_id": "python3.9-0:3.9.16-1.el9_2.8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.9@3.9.16-1.el9_2.8?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.16-1.el9_2.8.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch" }, "product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.16-1.el9_2.8.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src" }, "product_reference": "python3.9-0:3.9.16-1.el9_2.8.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch" }, "product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.16-1.el9_2.8.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src" }, "product_reference": "python3.9-0:3.9.16-1.el9_2.8.src", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)", "product_id": "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch" }, "product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-debug-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-devel-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-idle-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-libs-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-test-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-0:3.9.16-1.el9_2.8.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src" }, "product_reference": "python3.9-0:3.9.16-1.el9_2.8.src", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)", "product_id": "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" }, "product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "relates_to_product_reference": "CRB-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-23T02:01:43+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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6909" }, { "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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" }, { "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\u0027t 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\u0027t 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 \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.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-23T02:01:43+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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6909" }, { "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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.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.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "AppStream-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "BaseOS-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python-unversioned-command-0:3.9.16-1.el9_2.8.noarch", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-debug-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-devel-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-idle-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-libs-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-test-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3-tkinter-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-0:3.9.16-1.el9_2.8.src", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debuginfo-0:3.9.16-1.el9_2.8.x86_64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.aarch64", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.i686", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.ppc64le", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.s390x", "CRB-9.2.0.Z.EUS:python3.9-debugsource-0:3.9.16-1.el9_2.8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection" } ] }
RHSA-2024:6975
Vulnerability from csaf_redhat
Published
2024-09-24 03:08
Modified
2024-12-18 03:39
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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.
Security Fix(es):
* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)
* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 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\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:6975", "url": "https://access.redhat.com/errata/RHSA-2024:6975" }, { "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": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "RHEL-48605", "url": "https://issues.redhat.com/browse/RHEL-48605" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6975.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-12-18T03:39:47+00:00", "generator": { "date": "2024-12-18T03:39:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2024:6975", "initial_release_date": "2024-09-24T03:08:07+00:00", "revision_history": [ { "date": "2024-09-24T03:08:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-24T03:08:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-18T03:39:47+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 BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.i686", "product": { "name": "platform-python-0:3.6.8-67.el8_10.i686", "product_id": "platform-python-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.i686", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.i686", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.i686", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.i686", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.i686", "product_id": "python3-idle-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-test-0:3.6.8-67.el8_10.i686", "product_id": "python3-test-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.i686", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.i686", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.i686", "product_id": "python3-libs-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-idle-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.x86_64", "product": { "name": "platform-python-0:3.6.8-67.el8_10.x86_64", "product_id": "platform-python-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-libs-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-test-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-test-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-idle-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.aarch64", "product": { "name": "platform-python-0:3.6.8-67.el8_10.aarch64", "product_id": "platform-python-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-libs-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-test-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-test-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "platform-python-0:3.6.8-67.el8_10.ppc64le", "product_id": "platform-python-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-test-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-test-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.s390x", "product_id": "python3-idle-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.s390x", "product": { "name": "platform-python-0:3.6.8-67.el8_10.s390x", "product_id": "platform-python-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.s390x", "product_id": "python3-libs-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-test-0:3.6.8-67.el8_10.s390x", "product_id": "python3-test-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-67.el8_10.src", "product": { "name": "python3-0:3.6.8-67.el8_10.src", "product_id": "python3-0:3.6.8-67.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-67.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-67.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src" }, "product_reference": "python3-0:3.6.8-67.el8_10.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.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-debuginfo-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.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-debugsource-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.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-idle-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.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-libs-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.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-test-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.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-tkinter-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-67.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src" }, "product_reference": "python3-0:3.6.8-67.el8_10.src", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-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 \u201cglobally reachable\u201d or \u201cprivate\u201d. 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\u0027s 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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.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-24T03:08:07+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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6975" } ], "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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python: incorrect IPv4 and IPv6 private ranges" }, { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-24T03:08:07+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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6975" }, { "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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" }, { "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\u0027t 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\u0027t 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 \u0027Not affected\u0027 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\u0027s 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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.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-24T03:08:07+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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6975" }, { "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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection" } ] }
rhsa-2024_7647
Vulnerability from csaf_redhat
Published
2024-10-03 18:29
Modified
2024-11-13 16:34
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.8 Extended Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:7647", "url": "https://access.redhat.com/errata/RHSA-2024:7647" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7647.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-13T16:34:10+00:00", "generator": { "date": "2024-11-13T16:34:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:7647", "initial_release_date": "2024-10-03T18:29:42+00:00", "revision_history": [ { "date": "2024-10-03T18:29:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-03T18:29:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:34:10+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 EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } }, { "category": "product_name", "name": "Red Hat CodeReady Linux Builder EUS (v.8.8)", "product": { "name": "Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::crb" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.src", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.src", "product_id": "python3.11-0:3.11.2-2.el8_8.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.2-2.el8_8.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "product": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "product_id": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.2-2.el8_8.4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "product": { "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "product_id": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.2-2.el8_8.4?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.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.src as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.src", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch" }, "product_reference": "python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.8.8)", "product_id": "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "relates_to_product_reference": "CRB-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-03T18:29:42+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.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7647" }, { "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.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "AppStream-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "AppStream-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.src", "CRB-8.8.0.Z.EUS:python3.11-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debug-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debuginfo-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-debugsource-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-devel-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-idle-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-libs-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.4.noarch", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-test-0:3.11.2-2.el8_8.4.x86_64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.aarch64", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.i686", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.ppc64le", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.s390x", "CRB-8.8.0.Z.EUS:python3.11-tkinter-0:3.11.2-2.el8_8.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_9450
Vulnerability from csaf_redhat
Published
2024-11-12 10:29
Modified
2024-11-13 16:36
Summary
Red Hat Security Advisory: python3.11 security update
Notes
Topic
An update for python3.11 is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:9450", "url": "https://access.redhat.com/errata/RHSA-2024:9450" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_9450.json" } ], "title": "Red Hat Security Advisory: python3.11 security update", "tracking": { "current_release_date": "2024-11-13T16:36:12+00:00", "generator": { "date": "2024-11-13T16:36:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:9450", "initial_release_date": "2024-11-12T10:29:44+00:00", "revision_history": [ { "date": "2024-11-12T10:29:44+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-12T10:29:44+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:36: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.Z.MAIN", "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.Z.MAIN", "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_5.1.src", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.src", "product_id": "python3.11-0:3.11.9-7.el9_5.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=aarch64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=i686" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.11-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-devel@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libs@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-debug@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-idle@3.11.9-7.el9_5.1?arch=s390x" } } }, { "category": "product_version", "name": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "product": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "product_id": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-test@3.11.9-7.el9_5.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.src as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.src", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)", "product_id": "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" }, "product_reference": "python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "relates_to_product_reference": "CRB-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-12T10:29:44+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.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:9450" }, { "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.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "AppStream-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "AppStream-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.src", "CRB-9.5.0.Z.MAIN:python3.11-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debug-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debuginfo-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-debugsource-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-devel-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-idle-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-libs-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-test-0:3.11.9-7.el9_5.1.x86_64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.aarch64", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.i686", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.ppc64le", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.s390x", "CRB-9.5.0.Z.MAIN:python3.11-tkinter-0:3.11.9-7.el9_5.1.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:8977
Vulnerability from csaf_redhat
Published
2024-11-07 03:26
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python39:3.9 security update
Notes
Topic
An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8977", "url": "https://access.redhat.com/errata/RHSA-2024:8977" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8977.json" } ], "title": "Red Hat Security Advisory: python39:3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:35:07+00:00", "generator": { "date": "2024-11-13T16:35:07+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8977", "initial_release_date": "2024-11-07T03:26:46+00:00", "revision_history": [ { "date": "2024-11-07T03:26:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-07T03:26:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:07+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 AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8040020241017072554:63cd9eba", "product": { "name": "python39:3.9:8040020241017072554:63cd9eba", "product_id": "python39:3.9:8040020241017072554:63cd9eba", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8040020241017072554:63cd9eba" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "product": { "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "product_id": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product": { "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product_id": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-3.module%2Bel8.4.0%2B22168%2B8a561f05.2?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-3.module%2Bel8.4.0%2B22168%2B8a561f05.2?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "product": { "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "product_id": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_id": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_id": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "product": { "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "product_id": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "product": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "product_id": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "product": { "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "product_id": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "product": { "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "product_id": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-3.module%2Bel8.4.0%2B22168%2B8a561f05.2?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_id": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_id": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_id": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_id": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, "product_reference": "python39:3.9:8040020241017072554:63cd9eba", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src" }, "product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, "product_reference": "python39:3.9:8040020241017072554:63cd9eba", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src" }, "product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, "product_reference": "python39:3.9:8040020241017072554:63cd9eba", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src" }, "product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-07T03:26:46+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.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8977" }, { "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.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024_8504
Vulnerability from csaf_redhat
Published
2024-10-28 08:43
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python39:3.9 security update
Notes
Topic
An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8504", "url": "https://access.redhat.com/errata/RHSA-2024:8504" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8504.json" } ], "title": "Red Hat Security Advisory: python39:3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:35:22+00:00", "generator": { "date": "2024-11-13T16:35:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8504", "initial_release_date": "2024-10-28T08:43:14+00:00", "revision_history": [ { "date": "2024-10-28T08:43:14+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-28T08:43:14+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:22+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 EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8080020241016061730:93c2fc2f", "product": { "name": "python39:3.9:8080020241016061730:93c2fc2f", "product_id": "python39:3.9:8080020241016061730:93c2fc2f", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8080020241016061730:93c2fc2f" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_id": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_id": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "product": { "name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "product_id": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product": { "name": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product_id": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-6.module%2Bel8.8.0%2B22158%2B89b6fb7b?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-6.module%2Bel8.8.0%2B22158%2B89b6fb7b?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product_id": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "product": { "name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "product_id": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product_id": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product_id": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_id": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_id": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product_id": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product_id": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product_id": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "product": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "product_id": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-6.module%2Bel8.8.0%2B22158%2B89b6fb7b?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_id": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "product": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "product": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } }, { "category": "product_version", "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B22374%2B62aa8e74.4?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?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:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, "product_reference": "python39:3.9:8080020241016061730:93c2fc2f", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src" }, "product_reference": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src" }, "product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src" }, "product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src" }, "product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src" }, "product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x" }, "product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64" }, "product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x" }, "product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src" }, "product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src" }, "product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8080020241016061730:93c2fc2f as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-28T08:43:14+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.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8504" }, { "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.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debuginfo-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-debugsource-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-devel-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idle-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-libs-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-setuptools-wheel-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-test-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-tkinter-0:3.9.16-1.module+el8.8.0+22374+62aa8e74.4.x86_64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-setuptools-0:50.3.2-6.module+el8.8.0+22158+89b6fb7b.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x", "AppStream-8.8.0.Z.EUS:python39:3.9:8080020241016061730:93c2fc2f:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
rhsa-2024:6975
Vulnerability from csaf_redhat
Published
2024-09-24 03:08
Modified
2024-12-18 03:39
Summary
Red Hat Security Advisory: python3 security update
Notes
Topic
An update for python3 is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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.
Security Fix(es):
* python: incorrect IPv4 and IPv6 private ranges (CVE-2024-4032)
* cpython: python: email module doesn't properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 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\u0027t properly quotes newlines in email headers, allowing header injection (CVE-2024-6923)\n\n* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:6975", "url": "https://access.redhat.com/errata/RHSA-2024:6975" }, { "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": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "RHEL-48605", "url": "https://issues.redhat.com/browse/RHEL-48605" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6975.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2024-12-18T03:39:47+00:00", "generator": { "date": "2024-12-18T03:39:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2024:6975", "initial_release_date": "2024-09-24T03:08:07+00:00", "revision_history": [ { "date": "2024-09-24T03:08:07+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-24T03:08:07+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-18T03:39:47+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 BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.i686", "product": { "name": "platform-python-0:3.6.8-67.el8_10.i686", "product_id": "platform-python-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.i686", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.i686", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.i686", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.i686", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.i686", "product_id": "python3-idle-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-test-0:3.6.8-67.el8_10.i686", "product_id": "python3-test-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.i686", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.i686", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.i686", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.i686", "product_id": "python3-libs-0:3.6.8-67.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-idle-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.x86_64", "product": { "name": "platform-python-0:3.6.8-67.el8_10.x86_64", "product_id": "platform-python-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-libs-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.x86_64", "product": { "name": "python3-test-0:3.6.8-67.el8_10.x86_64", "product_id": "python3-test-0:3.6.8-67.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-idle-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.aarch64", "product": { "name": "platform-python-0:3.6.8-67.el8_10.aarch64", "product_id": "platform-python-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-libs-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.aarch64", "product": { "name": "python3-test-0:3.6.8-67.el8_10.aarch64", "product_id": "python3-test-0:3.6.8-67.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "platform-python-0:3.6.8-67.el8_10.ppc64le", "product_id": "platform-python-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.ppc64le", "product": { "name": "python3-test-0:3.6.8-67.el8_10.ppc64le", "product_id": "python3-test-0:3.6.8-67.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "product": { "name": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "product_id": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "product": { "name": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "product_id": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-idle-0:3.6.8-67.el8_10.s390x", "product_id": "python3-idle-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "product_id": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "product_id": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "product_id": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-67.el8_10.s390x", "product": { "name": "platform-python-0:3.6.8-67.el8_10.s390x", "product_id": "platform-python-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-libs-0:3.6.8-67.el8_10.s390x", "product_id": "python3-libs-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-67.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-67.el8_10.s390x", "product": { "name": "python3-test-0:3.6.8-67.el8_10.s390x", "product_id": "python3-test-0:3.6.8-67.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-67.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-67.el8_10.src", "product": { "name": "python3-0:3.6.8-67.el8_10.src", "product_id": "python3-0:3.6.8-67.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-67.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-67.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src" }, "product_reference": "python3-0:3.6.8-67.el8_10.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.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-debuginfo-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.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-debugsource-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.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-idle-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.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-libs-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.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-test-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.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-tkinter-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-67.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src" }, "product_reference": "python3-0:3.6.8-67.el8_10.src", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-idle-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-libs-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-test-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-67.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-67.el8_10.x86_64", "relates_to_product_reference": "BaseOS-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 \u201cglobally reachable\u201d or \u201cprivate\u201d. 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\u0027s 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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.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-24T03:08:07+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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6975" } ], "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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python: incorrect IPv4 and IPv6 private ranges" }, { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-24T03:08:07+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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6975" }, { "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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" }, { "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\u0027t 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\u0027t 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 \u0027Not affected\u0027 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\u0027s 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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.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-24T03:08:07+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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6975" }, { "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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.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:platform-python-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-67.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-67.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-67.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cpython: python: email module doesn\u0027t properly quotes newlines in email headers, allowing header injection" } ] }
rhsa-2024_8977
Vulnerability from csaf_redhat
Published
2024-11-07 03:26
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python39:3.9 security update
Notes
Topic
An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\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: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8977", "url": "https://access.redhat.com/errata/RHSA-2024:8977" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8977.json" } ], "title": "Red Hat Security Advisory: python39:3.9 security update", "tracking": { "current_release_date": "2024-11-13T16:35:07+00:00", "generator": { "date": "2024-11-13T16:35:07+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8977", "initial_release_date": "2024-11-07T03:26:46+00:00", "revision_history": [ { "date": "2024-11-07T03:26:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-11-07T03:26:46+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:07+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 AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python39:3.9:8040020241017072554:63cd9eba", "product": { "name": "python39:3.9:8040020241017072554:63cd9eba", "product_id": "python39:3.9:8040020241017072554:63cd9eba", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/python39@3.9:8040020241017072554:63cd9eba" } } }, { "category": "product_version", "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip@20.2.4-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch" } } }, { "category": "product_version", "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch" } } }, { "category": "product_version", "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "product": { "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "product_id": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product": { "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product_id": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-3.module%2Bel8.4.0%2B22168%2B8a561f05.2?arch=noarch" } } }, { "category": "product_version", "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product": { "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product_id": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-3.module%2Bel8.4.0%2B22168%2B8a561f05.2?arch=noarch" } } }, { "category": "product_version", "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "product": { "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_id": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch" } } }, { "category": "product_version", "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel@0.35.1-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product": { "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_id": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "product": { "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "product_id": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=src" } } }, { "category": "product_version", "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "product": { "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "product_id": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_id": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_id": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_id": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.25.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "product": { "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "product_id": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.35.1-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "product": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "product_id": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=src" } } }, { "category": "product_version", "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "product": { "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "product_id": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pip@20.2.4-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=src" } } }, { "category": "product_version", "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "product": { "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "product_id": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-3.module%2Bel8.4.0%2B22168%2B8a561f05.2?arch=src" } } }, { "category": "product_version", "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_id": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_id": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_id": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_id": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_id": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_id": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } }, { "category": "product_version", "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_id": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_id": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debuginfo@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-debugsource@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-devel@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idle@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-libs@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_id": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_id": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_id": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_id": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-test@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_id": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-tkinter@3.9.2-2.module%2Bel8.4.0%2B22379%2Bdcc60181.4?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, "product_reference": "python39:3.9:8040020241017072554:63cd9eba", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src" }, "product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, "product_reference": "python39:3.9:8040020241017072554:63cd9eba", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le" }, "product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le" }, "product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le" }, "product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le" }, "product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src" }, "product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, "product_reference": "python39:3.9:8040020241017072554:63cd9eba", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src" }, "product_reference": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64" }, "product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64" }, "product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch" }, "product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch" }, "product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64" }, "product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch" }, "product_reference": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch" }, "product_reference": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src" }, "product_reference": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src" }, "product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src" }, "product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 as a component of python39:3.9:8040020241017072554:63cd9eba as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" }, "product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-11-07T03:26:46+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.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8977" }, { "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.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.AUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le", "AppStream-8.4.0.Z.E4S:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debuginfo-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-debugsource-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-devel-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idle-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-libs-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-test-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-tkinter-0:3.9.2-2.module+el8.4.0+22379+dcc60181.4.x86_64", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-setuptools-0:50.3.2-3.module+el8.4.0+22168+8a561f05.2.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src", "AppStream-8.4.0.Z.TUS:python39:3.9:8040020241017072554:63cd9eba:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
RHSA-2024:8447
Vulnerability from csaf_redhat
Published
2024-10-24 12:09
Modified
2024-11-13 16:35
Summary
Red Hat Security Advisory: python3.12 security update
Notes
Topic
An update for python3.12 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* python: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)
For 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.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 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.4 Extended Update Support.\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: cpython: tarfile: ReDos via excessive backtracking while parsing header values (CVE-2024-6232)\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:8447", "url": "https://access.redhat.com/errata/RHSA-2024:8447" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_8447.json" } ], "title": "Red Hat Security Advisory: python3.12 security update", "tracking": { "current_release_date": "2024-11-13T16:35:02+00:00", "generator": { "date": "2024-11-13T16:35:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2024:8447", "initial_release_date": "2024-10-24T12:09:14+00:00", "revision_history": [ { "date": "2024-10-24T12:09:14+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-24T12:09:14+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T16:35:02+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 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": "python3.12-0:3.12.1-4.el9_4.4.src", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.src", "product_id": "python3.12-0:3.12.1-4.el9_4.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=aarch64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=x86_64" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=i686" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3.12-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.4?arch=s390x" } } }, { "category": "product_version", "name": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "product": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "product_id": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.src as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.src", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 9)", "product_id": "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" }, "product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "relates_to_product_reference": "CRB-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-03T13:20:06.850070+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2309426" } ], "notes": [ { "category": "description", "text": "A regular expression denial of service (ReDos) vulnerability was found in Python\u0027s tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate severity rather than important because while it does allow for a denial of service (DoS) attack via excessive backtracking in the tarfile module, it does not enable remote code execution or compromise the integrity or confidentiality of data. Exploitation requires an attacker to provide a specially crafted tar archive and relies on the victim\u0027s system processing that file, which limits the attack vector.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 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\u0027s 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:python3.12-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6232" }, { "category": "external", "summary": "RHBZ#2309426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6232", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6232" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/121285", "url": "https://github.com/python/cpython/issues/121285" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/121286", "url": "https://github.com/python/cpython/pull/121286" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" } ], "release_date": "2024-09-03T13:15:05.363000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-24T12:09:14+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:python3.12-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:8447" }, { "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:python3.12-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.src", "CRB-9.4.0.Z.MAIN.EUS:python3.12-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debug-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-devel-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-idle-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-libs-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-test-0:3.12.1-4.el9_4.4.x86_64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.aarch64", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.i686", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.ppc64le", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.s390x", "CRB-9.4.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: tarfile: ReDos via excessive backtracking while parsing header values" } ] }
ncsc-2024-0411
Vulnerability from csaf_ncscnl
Published
2024-10-17 13:15
Modified
2024-10-17 13:15
Summary
Kwetsbaarheden verholpen in Oracle Database producten
Notes
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:
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.
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.
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.
Feiten
Oracle heeft kwetsbaarheden verholpen in diverse Database producten en subsystemen, zoals de Core database, Application Express, Autonomous Health Framework, Essbase, GoldenGate, SQL Developer en Secure Backup.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
- Denial-of-Service (DoS)
- Manipuleren van data
- Toegang tot gevoelige gegevens
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-130
Improper Handling of Length Parameter Inconsistency
CWE-208
Observable Timing Discrepancy
CWE-776
Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
CWE-88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CWE-755
Improper Handling of Exceptional Conditions
CWE-834
Excessive Iteration
CWE-407
Inefficient Algorithmic Complexity
CWE-178
Improper Handling of Case Sensitivity
CWE-732
Incorrect Permission Assignment for Critical Resource
CWE-415
Double Free
CWE-311
Missing Encryption of Sensitive Data
CWE-427
Uncontrolled Search Path Element
CWE-172
Encoding Error
CWE-680
Integer Overflow to Buffer Overflow
CWE-426
Untrusted Search Path
CWE-843
Access of Resource Using Incompatible Type ('Type Confusion')
CWE-116
Improper Encoding or Escaping of Output
CWE-345
Insufficient Verification of Data Authenticity
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-203
Observable Discrepancy
CWE-190
Integer Overflow or Wraparound
CWE-552
Files or Directories Accessible to External Parties
CWE-639
Authorization Bypass Through User-Controlled Key
CWE-125
Out-of-bounds Read
CWE-404
Improper Resource Shutdown or Release
CWE-275
CWE-275
CWE-284
Improper Access Control
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-1333
Inefficient Regular Expression Complexity
CWE-1321
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CWE-416
Use After Free
CWE-401
Missing Release of Memory after Effective Lifetime
CWE-476
NULL Pointer Dereference
CWE-295
Improper Certificate Validation
CWE-668
Exposure of Resource to Wrong Sphere
CWE-829
Inclusion of Functionality from Untrusted Control Sphere
CWE-327
Use of a Broken or Risky Cryptographic Algorithm
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-502
Deserialization of Untrusted Data
CWE-918
Server-Side Request Forgery (SSRF)
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-122
Heap-based Buffer Overflow
CWE-121
Stack-based Buffer Overflow
CWE-681
Incorrect Conversion between Numeric Types
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-269
Improper Privilege Management
CWE-20
Improper Input Validation
CWE-87
Improper Neutralization of Alternate XSS Syntax
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-18
CWE-18
CWE-385
Covert Timing Channel
CWE-606
Unchecked Input for Loop Condition
CWE-192
Integer Coercion Error
CWE-390
Detection of Error Condition Without Action
CWE-1325
Improperly Controlled Sequential Memory Allocation
CWE-222
Truncation of Security-relevant Information
CWE-131
Incorrect Calculation of Buffer Size
CWE-59
Improper Link Resolution Before File Access ('Link Following')
CWE-304
Missing Critical Step in Authentication
{ "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, Application Express, Autonomous Health Framework, Essbase, GoldenGate, SQL Developer en Secure Backup.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Manipuleren van data\n- Toegang tot gevoelige 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": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" }, { "category": "general", "text": "Observable Timing Discrepancy", "title": "CWE-208" }, { "category": "general", "text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)", "title": "CWE-776" }, { "category": "general", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "general", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "general", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "general", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" }, { "category": "general", "text": "Improper Handling of Case Sensitivity", "title": "CWE-178" }, { "category": "general", "text": "Incorrect Permission Assignment for Critical Resource", "title": "CWE-732" }, { "category": "general", "text": "Double Free", "title": "CWE-415" }, { "category": "general", "text": "Missing Encryption of Sensitive Data", "title": "CWE-311" }, { "category": "general", "text": "Uncontrolled Search Path Element", "title": "CWE-427" }, { "category": "general", "text": "Encoding Error", "title": "CWE-172" }, { "category": "general", "text": "Integer Overflow to Buffer Overflow", "title": "CWE-680" }, { "category": "general", "text": "Untrusted Search Path", "title": "CWE-426" }, { "category": "general", "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)", "title": "CWE-843" }, { "category": "general", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "general", "text": "Observable Discrepancy", "title": "CWE-203" }, { "category": "general", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "general", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" }, { "category": "general", "text": "Authorization Bypass Through User-Controlled Key", "title": "CWE-639" }, { "category": "general", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "CWE-275", "title": "CWE-275" }, { "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 (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Exposure of Resource to Wrong Sphere", "title": "CWE-668" }, { "category": "general", "text": "Inclusion of Functionality from Untrusted Control Sphere", "title": "CWE-829" }, { "category": "general", "text": "Use of a Broken or Risky Cryptographic Algorithm", "title": "CWE-327" }, { "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": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "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": "Incorrect Conversion between Numeric Types", "title": "CWE-681" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Privilege Management", "title": "CWE-269" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Improper Neutralization of Alternate XSS Syntax", "title": "CWE-87" }, { "category": "general", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" }, { "category": "general", "text": "CWE-18", "title": "CWE-18" }, { "category": "general", "text": "Covert Timing Channel", "title": "CWE-385" }, { "category": "general", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" }, { "category": "general", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "general", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "general", "text": "Improperly Controlled Sequential Memory Allocation", "title": "CWE-1325" }, { "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 Link Resolution Before File Access (\u0027Link Following\u0027)", "title": "CWE-59" }, { "category": "general", "text": "Missing Critical Step in Authentication", "title": "CWE-304" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat", "url": "https://www.oracle.com/security-alerts/cpuoct2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Database producten", "tracking": { "current_release_date": "2024-10-17T13:15:19.595269Z", "id": "NCSC-2024-0411", "initial_release_date": "2024-10-17T13:15:19.595269Z", "revision_history": [ { "date": "2024-10-17T13:15:19.595269Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "database_-_grid", "product": { "name": "database_-_grid", "product_id": "CSAFPID-1673504", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_grid:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_grid", "product": { "name": "database_-_grid", "product_id": "CSAFPID-1673506", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_grid:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_core", "product": { "name": "database_-_core", "product_id": "CSAFPID-1673386", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_core", "product": { "name": "database_-_core", "product_id": "CSAFPID-1673385", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_core", "product": { "name": "database_-_core", "product_id": "CSAFPID-1673442", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_core:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_security", "product": { "name": "database_-_security", "product_id": "CSAFPID-1673507", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_security:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_security", "product": { "name": "database_-_security", "product_id": "CSAFPID-1673509", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_security:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_security", "product": { "name": "database_-_security", "product_id": "CSAFPID-1673508", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_security:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph_mapviewer", "product": { "name": "spatial_and_graph_mapviewer", "product_id": "CSAFPID-912561", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-764250", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-1673511", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-1673512", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-816800", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-1673529", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "fleet_patching_and_provisioning_-_micronaut", "product": { "name": "fleet_patching_and_provisioning_-_micronaut", "product_id": "CSAFPID-1673492", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:fleet_patching_and_provisioning_-_micronaut:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "fleet_patching_and_provisioning", "product": { "name": "fleet_patching_and_provisioning", "product_id": "CSAFPID-1503603", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_xml_database", "product": { "name": "database_-_xml_database", "product_id": "CSAFPID-1673445", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_xml_database:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_xml_database", "product": { "name": "database_-_xml_database", "product_id": "CSAFPID-1673443", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_xml_database:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_xml_database", "product": { "name": "database_-_xml_database", "product_id": "CSAFPID-1673444", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_xml_database:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_java_vm", "product": { "name": "database_-_java_vm", "product_id": "CSAFPID-1673451", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_java_vm:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_java_vm", "product": { "name": "database_-_java_vm", "product_id": "CSAFPID-1673450", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_java_vm:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_java_vm", "product": { "name": "database_-_java_vm", "product_id": "CSAFPID-1673452", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_java_vm:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-816798", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-816799", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-1673525", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:prior_to_24.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912046", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-1503299", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816855", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816361", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912045", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-1503302", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912044", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-1503306", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816852", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912600", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816853", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912601", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816854", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sqlcl", "product": { "name": "sqlcl", "product_id": "CSAFPID-816801", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sqlcl", "product": { "name": "sqlcl", "product_id": "CSAFPID-1673405", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sqlcl:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express_administration", "product": { "name": "application_express_administration", "product_id": "CSAFPID-764731", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express_customers_plugin", "product": { "name": "application_express_customers_plugin", "product_id": "CSAFPID-764732", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express_team_calendar_plugin", "product": { "name": "application_express_team_calendar_plugin", "product_id": "CSAFPID-764733", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express", "product": { "name": "application_express", "product_id": "CSAFPID-266119", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express", "product": { "name": "application_express", "product_id": "CSAFPID-1673510", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express:23.1:*:*:*:*:*:*:*" } } }, { "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": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-765238", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:19c:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-765239", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:21c:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "blockchain_platform", "product": { "name": "blockchain_platform", "product_id": "CSAFPID-764779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "blockchain_platform", "product": { "name": "blockchain_platform", "product_id": "CSAFPID-89587", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-765259", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:_security_and_provisioning___21.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-187448", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-94075", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-220886", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-611394", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-816317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-912567", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-1503612", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-1673479", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_essbase", "product": { "name": "oracle_essbase", "product_id": "CSAFPID-1650506", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_essbase:*:*:*:*:*:*:*:*" } } }, { "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-1673404", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data_and_application_adapters", "product": { "name": "goldengate_big_data_and_application_adapters", "product_id": "CSAFPID-1650831", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:21.3-21.14.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data", "product": { "name": "goldengate_big_data", "product_id": "CSAFPID-764274", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-764752", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-1673384", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-220192", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-220193", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_studio", "product": { "name": "goldengate_studio", "product_id": "CSAFPID-816846", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_studio", "product": { "name": "goldengate_studio", "product_id": "CSAFPID-611390", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_studio", "product": { "name": "goldengate_studio", "product_id": "CSAFPID-764803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_studio:fusion_middleware_12.2.1.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_veridata", "product": { "name": "goldengate_veridata", "product_id": "CSAFPID-764275", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*" } } }, { "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", "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-219912", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:19c:*:*:*:*:*:*:*" } } }, { "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-1650765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:21.3-21.14:*:*:*:*:*:*:*" } } }, { "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": "oracle_goldengate_stream_analytics", "product": { "name": "oracle_goldengate_stream_analytics", "product_id": "CSAFPID-1650515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_goldengate_stream_analytics:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "management_pack_for__goldengate", "product": { "name": "management_pack_for__goldengate", "product_id": "CSAFPID-764861", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:management_pack_for__goldengate:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "management_pack_for__goldengate", "product": { "name": "management_pack_for__goldengate", "product_id": "CSAFPID-1503640", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_goldengate_studio", "product": { "name": "oracle_goldengate_studio", "product_id": "CSAFPID-1650835", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_goldengate_studio:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_goldengate", "product": { "name": "oracle_goldengate", "product_id": "CSAFPID-1650575", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_goldengate:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764813", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1503661", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1503663", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673497", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673491", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:20.3.40:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673495", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:21.2.71:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673493", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:22.3.45:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673489", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:23.3.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673488", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:24.1.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650757", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_19.5.42:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650758", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_20.3.40:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_21.2.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650760", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_22.3.46:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_23.3.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_nosql_database", "product": { "name": "oracle_nosql_database", "product_id": "CSAFPID-1650584", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_nosql_database:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_secure_backup", "product": { "name": "oracle_secure_backup", "product_id": "CSAFPID-1650563", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_secure_backup:*:*:*:*:*:*:*:*" } } }, { "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": "product_name", "name": "oracle_sql_developer", "product": { "name": "oracle_sql_developer", "product_id": "CSAFPID-1650638", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_sql_developer:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-764822", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-220643", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-816870", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-816871", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-1673397", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:24.3.0:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" }, { "branches": [ { "category": "product_name", "name": "oracle_application_express", "product": { "name": "oracle_application_express", "product_id": "CSAFPID-1673144", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle_corporation:oracle_application_express:24.1:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle_corporation" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1471", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-220886", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764822", "CSAFPID-1650515", "CSAFPID-1650638", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-89587", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044" ] }, "references": [ { "category": "self", "summary": "CVE-2022-1471", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-1471.json" } ], "title": "CVE-2022-1471" }, { "cve": "CVE-2022-34169", "cwe": { "id": "CWE-192", "name": "Integer Coercion Error" }, "notes": [ { "category": "other", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "other", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" } ], "product_status": { "known_affected": [ "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-342816", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-764861", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-219912", "CSAFPID-765238", "CSAFPID-765239", "CSAFPID-765259", "CSAFPID-667692", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2022-34169", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-34169.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:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-342816", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-764861", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-219912", "CSAFPID-765238", "CSAFPID-765239", "CSAFPID-765259", "CSAFPID-667692", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2022-34169" }, { "cve": "CVE-2022-36033", "cwe": { "id": "CWE-87", "name": "Improper Neutralization of Alternate XSS Syntax" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Alternate XSS Syntax", "title": "CWE-87" }, { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-220886", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764861", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-219912", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-667692", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-1503575", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2022-36033", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36033.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-220886", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764861", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-219912", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-667692", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-1503575", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2022-36033" }, { "cve": "CVE-2022-37454", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "other", "text": "Integer Overflow to Buffer Overflow", "title": "CWE-680" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-1650563", "CSAFPID-89587", "CSAFPID-764861" ] }, "references": [ { "category": "self", "summary": "CVE-2022-37454", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-37454.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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-1650563", "CSAFPID-89587", "CSAFPID-764861" ] } ], "title": "CVE-2022-37454" }, { "cve": "CVE-2022-38136", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2022-38136", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-38136.json" } ], "title": "CVE-2022-38136" }, { "cve": "CVE-2022-40196", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2022-40196", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40196.json" } ], "title": "CVE-2022-40196" }, { "cve": "CVE-2022-41342", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2022-41342", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41342.json" } ], "title": "CVE-2022-41342" }, { "cve": "CVE-2022-42919", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "other", "text": "Missing Encryption of Sensitive Data", "title": "CWE-311" }, { "category": "other", "text": "Improper Privilege Management", "title": "CWE-269" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2022-42919", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42919.json" } ], "title": "CVE-2022-42919" }, { "cve": "CVE-2022-45061", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2022-45061", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45061.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-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-89587" ] } ], "title": "CVE-2022-45061" }, { "cve": "CVE-2022-46337", "product_status": { "known_affected": [ "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692" ] }, "references": [ { "category": "self", "summary": "CVE-2022-46337", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-46337.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-816798", "CSAFPID-816799", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692" ] } ], "title": "CVE-2022-46337" }, { "cve": "CVE-2023-2976", "cwe": { "id": "CWE-552", "name": "Files or Directories Accessible to External Parties" }, "notes": [ { "category": "other", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" } ], "product_status": { "known_affected": [ "CSAFPID-1650584", "CSAFPID-1650835", "CSAFPID-1650506", "CSAFPID-1650515", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-89587", "CSAFPID-1673397", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-345049", "CSAFPID-816801", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764250", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-2976", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2976.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1650584", "CSAFPID-1650835", "CSAFPID-1650506", "CSAFPID-1650515", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-89587", "CSAFPID-1673397", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-345049", "CSAFPID-816801", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764250", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-2976" }, { "cve": "CVE-2023-4043", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "notes": [ { "category": "other", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673405", "CSAFPID-1673397", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4043", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4043.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-1673405", "CSAFPID-1673397", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-4043" }, { "cve": "CVE-2023-4759", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "notes": [ { "category": "other", "text": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)", "title": "CWE-59" }, { "category": "other", "text": "Improper Handling of Case Sensitivity", "title": "CWE-178" } ], "product_status": { "known_affected": [ "CSAFPID-1673397", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4759", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4759.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-1673397", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-4759" }, { "cve": "CVE-2023-4863", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-342816", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4863", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4863.json" } ], "title": "CVE-2023-4863" }, { "cve": "CVE-2023-5072", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1650575", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5072", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5072.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-1650575", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-5072" }, { "cve": "CVE-2023-26031", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "notes": [ { "category": "other", "text": "Untrusted Search Path", "title": "CWE-426" } ], "product_status": { "known_affected": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26031", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26031.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-26031" }, { "cve": "CVE-2023-26551", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26551", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26551.json" } ], "scores": [ { "cvss_v3": { "baseScore": 0.0, "baseSeverity": "NONE", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26551" }, { "cve": "CVE-2023-26552", "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-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26552", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26552.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26552" }, { "cve": "CVE-2023-26553", "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-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26553", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26553.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26553" }, { "cve": "CVE-2023-26554", "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-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26554", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26554.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26554" }, { "cve": "CVE-2023-26555", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26555", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26555.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26555" }, { "cve": "CVE-2023-28484", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-816317", "CSAFPID-764813", "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] }, "references": [ { "category": "self", "summary": "CVE-2023-28484", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28484.json" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-764250", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-816317", "CSAFPID-764813", "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] } ], "title": "CVE-2023-28484" }, { "cve": "CVE-2023-29469", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Double Free", "title": "CWE-415" } ], "product_status": { "known_affected": [ "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-816317", "CSAFPID-89587", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764250", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] }, "references": [ { "category": "self", "summary": "CVE-2023-29469", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29469.json" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-816317", "CSAFPID-89587", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764250", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] } ], "title": "CVE-2023-29469" }, { "cve": "CVE-2023-33201", "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" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-1650584", "CSAFPID-1673397", "CSAFPID-912561", "CSAFPID-345049", "CSAFPID-611390", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-33201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33201.json" } ], "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": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-1650584", "CSAFPID-1673397", "CSAFPID-912561", "CSAFPID-345049", "CSAFPID-611390", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-33201" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.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-89587", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-39410", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673404", "CSAFPID-1673384", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] }, "references": [ { "category": "self", "summary": "CVE-2023-39410", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39410.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-1673404", "CSAFPID-1673384", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] } ], "title": "CVE-2023-39410" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503603", "CSAFPID-1503575", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-44487", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.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-1650757", "CSAFPID-1650758", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503603", "CSAFPID-1503575", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-44487" }, { "cve": "CVE-2023-44981", "cwe": { "id": "CWE-639", "name": "Authorization Bypass Through User-Controlled Key" }, "notes": [ { "category": "other", "text": "Authorization Bypass Through User-Controlled Key", "title": "CWE-639" } ], "product_status": { "known_affected": [ "CSAFPID-1650515", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601" ] }, "references": [ { "category": "self", "summary": "CVE-2023-44981", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44981.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1650515", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601" ] } ], "title": "CVE-2023-44981" }, { "cve": "CVE-2023-45288", "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": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-45288", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45288.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-89587" ] } ], "title": "CVE-2023-45288" }, { "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" } ], "product_status": { "known_affected": [ "CSAFPID-1650765", "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650767", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "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:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1650765", "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650767", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-49083", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-49083", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49083.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-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-49083" }, { "cve": "CVE-2023-51384", "cwe": { "id": "CWE-304", "name": "Missing Critical Step in Authentication" }, "notes": [ { "category": "other", "text": "Missing Critical Step in Authentication", "title": "CWE-304" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51384", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51384.json" } ], "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:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-51384" }, { "cve": "CVE-2023-51385", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51385", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51385.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-51385" }, { "cve": "CVE-2023-52425", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.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-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2023-52426", "cwe": { "id": "CWE-776", "name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)" }, "notes": [ { "category": "other", "text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)", "title": "CWE-776" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52426", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52426.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-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-52426" }, { "cve": "CVE-2024-1874", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-1874", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1874.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-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-1874" }, { "cve": "CVE-2024-2408", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "other", "text": "Observable Discrepancy", "title": "CWE-203" }, { "category": "other", "text": "Observable Timing Discrepancy", "title": "CWE-208" }, { "category": "other", "text": "Use of a Broken or Risky Cryptographic Algorithm", "title": "CWE-327" }, { "category": "other", "text": "Covert Timing Channel", "title": "CWE-385" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2408", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2408.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-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-2408" }, { "cve": "CVE-2024-2511", "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": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improperly Controlled Sequential Memory Allocation", "title": "CWE-1325" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2511", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2511.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-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-2511" }, { "cve": "CVE-2024-4577", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4577", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4577.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-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-4577" }, { "cve": "CVE-2024-4603", "cwe": { "id": "CWE-606", "name": "Unchecked Input for Loop Condition" }, "notes": [ { "category": "other", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4603", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.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-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-4603" }, { "cve": "CVE-2024-4741", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4741", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4741.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-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-4741" }, { "cve": "CVE-2024-5458", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5458", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5458.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-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-5458" }, { "cve": "CVE-2024-5535", "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 Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" } ], "product_status": { "known_affected": [ "CSAFPID-1673508", "CSAFPID-1673525" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5535", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673508", "CSAFPID-1673525" ] } ], "title": "CVE-2024-5535" }, { "cve": "CVE-2024-5585", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5585", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5585.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-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-5585" }, { "cve": "CVE-2024-6119", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "other", "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)", "title": "CWE-843" } ], "product_status": { "known_affected": [ "CSAFPID-1673508", "CSAFPID-1673525" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6119", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6119.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673508", "CSAFPID-1673525" ] } ], "title": "CVE-2024-6119" }, { "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-7264", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "other", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673529", "CSAFPID-1673479", "CSAFPID-1673511", "CSAFPID-1673512" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7264", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7264.json" } ], "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": [ "CSAFPID-1673529", "CSAFPID-1673479", "CSAFPID-1673511", "CSAFPID-1673512" ] } ], "title": "CVE-2024-7264" }, { "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-21131", "product_status": { "known_affected": [ "CSAFPID-1503299", "CSAFPID-1503306", "CSAFPID-1503302", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21131", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21131.json" } ], "title": "CVE-2024-21131" }, { "cve": "CVE-2024-21138", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21138", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21138.json" } ], "title": "CVE-2024-21138" }, { "cve": "CVE-2024-21140", "product_status": { "known_affected": [ "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503299", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21140", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21140.json" } ], "title": "CVE-2024-21140" }, { "cve": "CVE-2024-21144", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21144", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21144.json" } ], "title": "CVE-2024-21144" }, { "cve": "CVE-2024-21145", "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-1503299", "CSAFPID-1503306", "CSAFPID-1503302", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21145", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21145.json" } ], "title": "CVE-2024-21145" }, { "cve": "CVE-2024-21147", "product_status": { "known_affected": [ "CSAFPID-1503306", "CSAFPID-1503302", "CSAFPID-1503299", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21147", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21147.json" } ], "title": "CVE-2024-21147" }, { "cve": "CVE-2024-21233", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21233", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21233.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-21233" }, { "cve": "CVE-2024-21242", "product_status": { "known_affected": [ "CSAFPID-1673443", "CSAFPID-1673444", "CSAFPID-1673445" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21242", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21242.json" } ], "scores": [ { "cvss_v3": { "baseScore": 3.5, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673443", "CSAFPID-1673444", "CSAFPID-1673445" ] } ], "title": "CVE-2024-21242" }, { "cve": "CVE-2024-21251", "product_status": { "known_affected": [ "CSAFPID-1673450", "CSAFPID-1673451", "CSAFPID-1673452" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21251", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21251.json" } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673450", "CSAFPID-1673451", "CSAFPID-1673452" ] } ], "title": "CVE-2024-21251" }, { "cve": "CVE-2024-21261", "product_status": { "known_affected": [ "CSAFPID-1673144", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21261", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21261.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673144", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-21261" }, { "cve": "CVE-2024-22018", "cwe": { "id": "CWE-275", "name": "-" }, "notes": [ { "category": "other", "text": "CWE-275", "title": "CWE-275" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22018", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22018.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-22018" }, { "cve": "CVE-2024-22020", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22020", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22020.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-22020" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673384", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.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-1673384", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-23807", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1650831", "CSAFPID-1650825", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23807", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1650831", "CSAFPID-1650825", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-23807" }, { "cve": "CVE-2024-23944", "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" } ], "product_status": { "known_affected": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23944", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23944.json" } ], "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": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-23944" }, { "cve": "CVE-2024-24989", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24989", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24989.json" } ], "title": "CVE-2024-24989" }, { "cve": "CVE-2024-24990", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24990", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24990.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-89587" ] } ], "title": "CVE-2024-24990" }, { "cve": "CVE-2024-25710", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-342816", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-912046", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25710", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-342816", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-912046", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-25710" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.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-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-27983", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-27983", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27983.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-27983" }, { "cve": "CVE-2024-28182", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1673442", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.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-1673442", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28849", "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" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28849", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-28849" }, { "cve": "CVE-2024-28887", "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-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28887", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28887.json" } ], "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": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-28887" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1673488", "CSAFPID-1673489", "CSAFPID-1673491", "CSAFPID-1673492", "CSAFPID-1673493", "CSAFPID-1673495", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673488", "CSAFPID-1673489", "CSAFPID-1673491", "CSAFPID-1673492", "CSAFPID-1673493", "CSAFPID-1673495", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29131", "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-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29131", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29131.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-29131" }, { "cve": "CVE-2024-29133", "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-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29133", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-29133" }, { "cve": "CVE-2024-31079", "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": "Stack-based Buffer Overflow", "title": "CWE-121" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-31079", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31079.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-31079" }, { "cve": "CVE-2024-32760", "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": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-32760", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-32760.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-89587" ] } ], "title": "CVE-2024-32760" }, { "cve": "CVE-2024-34161", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "notes": [ { "category": "other", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" }, { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34161", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34161.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-34161" }, { "cve": "CVE-2024-34750", "cwe": { "id": "CWE-755", "name": "Improper Handling of Exceptional Conditions" }, "notes": [ { "category": "other", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673504", "CSAFPID-1673506" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34750", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.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-1673504", "CSAFPID-1673506" ] } ], "title": "CVE-2024-34750" }, { "cve": "CVE-2024-35200", "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": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-35200", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35200.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-89587" ] } ], "title": "CVE-2024-35200" }, { "cve": "CVE-2024-36137", "cwe": { "id": "CWE-275", "name": "-" }, "notes": [ { "category": "other", "text": "CWE-275", "title": "CWE-275" }, { "category": "other", "text": "Incorrect Permission Assignment for Critical Resource", "title": "CWE-732" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-36137", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36137.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-36137" }, { "cve": "CVE-2024-36138", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-36138", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36138.json" } ], "title": "CVE-2024-36138" }, { "cve": "CVE-2024-36387", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-36387", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36387.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-36387" }, { "cve": "CVE-2024-37370", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37370", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37370.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] } ], "title": "CVE-2024-37370" }, { "cve": "CVE-2024-37371", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37371", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] } ], "title": "CVE-2024-37371" }, { "cve": "CVE-2024-37372", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37372", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37372.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-37372" }, { "cve": "CVE-2024-38356", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38356", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38356.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38356" }, { "cve": "CVE-2024-38357", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38357", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38357.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38357" }, { "cve": "CVE-2024-38472", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38472", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38472.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38472" }, { "cve": "CVE-2024-38473", "cwe": { "id": "CWE-172", "name": "Encoding Error" }, "notes": [ { "category": "other", "text": "Encoding Error", "title": "CWE-172" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38473", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38473.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38473" }, { "cve": "CVE-2024-38474", "cwe": { "id": "CWE-172", "name": "Encoding Error" }, "notes": [ { "category": "other", "text": "Encoding Error", "title": "CWE-172" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38474", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38474.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38474" }, { "cve": "CVE-2024-38475", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38475", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38475.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38475" }, { "cve": "CVE-2024-38476", "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": "Inclusion of Functionality from Untrusted Control Sphere", "title": "CWE-829" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38476", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38476.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38476" }, { "cve": "CVE-2024-38477", "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": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38477", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38477.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38477" }, { "cve": "CVE-2024-38998", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "notes": [ { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "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-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38998" }, { "cve": "CVE-2024-38999", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "notes": [ { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "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.0, "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-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38999" }, { "cve": "CVE-2024-39573", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-39573", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39573.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-39573" }, { "cve": "CVE-2024-39884", "cwe": { "id": "CWE-18", "name": "-" }, "notes": [ { "category": "other", "text": "CWE-18", "title": "CWE-18" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-39884", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39884.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-39884" }, { "cve": "CVE-2024-40725", "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": "Exposure of Resource to Wrong Sphere", "title": "CWE-668" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479" ] }, "references": [ { "category": "self", "summary": "CVE-2024-40725", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40725.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-345049", "CSAFPID-611417", "CSAFPID-1673479" ] } ], "title": "CVE-2024-40725" }, { "cve": "CVE-2024-40898", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479" ] }, "references": [ { "category": "self", "summary": "CVE-2024-40898", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40898.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-345049", "CSAFPID-611417", "CSAFPID-1673479" ] } ], "title": "CVE-2024-40898" }, { "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" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45490", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45490.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-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "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" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45491", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45491.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-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "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" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45492", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.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-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-45492" }, { "cve": "CVE-2024-45801", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "other", "text": "Inefficient Regular Expression Complexity", "title": "CWE-1333" }, { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45801", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45801.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-45801" } ] }
NCSC-2024-0411
Vulnerability from csaf_ncscnl
Published
2024-10-17 13:15
Modified
2024-10-17 13:15
Summary
Kwetsbaarheden verholpen in Oracle Database producten
Notes
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:
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.
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.
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.
Feiten
Oracle heeft kwetsbaarheden verholpen in diverse Database producten en subsystemen, zoals de Core database, Application Express, Autonomous Health Framework, Essbase, GoldenGate, SQL Developer en Secure Backup.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
- Denial-of-Service (DoS)
- Manipuleren van data
- Toegang tot gevoelige gegevens
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-130
Improper Handling of Length Parameter Inconsistency
CWE-208
Observable Timing Discrepancy
CWE-776
Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
CWE-88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CWE-755
Improper Handling of Exceptional Conditions
CWE-834
Excessive Iteration
CWE-407
Inefficient Algorithmic Complexity
CWE-178
Improper Handling of Case Sensitivity
CWE-732
Incorrect Permission Assignment for Critical Resource
CWE-415
Double Free
CWE-311
Missing Encryption of Sensitive Data
CWE-427
Uncontrolled Search Path Element
CWE-172
Encoding Error
CWE-680
Integer Overflow to Buffer Overflow
CWE-426
Untrusted Search Path
CWE-843
Access of Resource Using Incompatible Type ('Type Confusion')
CWE-116
Improper Encoding or Escaping of Output
CWE-345
Insufficient Verification of Data Authenticity
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-203
Observable Discrepancy
CWE-190
Integer Overflow or Wraparound
CWE-552
Files or Directories Accessible to External Parties
CWE-639
Authorization Bypass Through User-Controlled Key
CWE-125
Out-of-bounds Read
CWE-404
Improper Resource Shutdown or Release
CWE-275
CWE-275
CWE-284
Improper Access Control
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-1333
Inefficient Regular Expression Complexity
CWE-1321
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CWE-416
Use After Free
CWE-401
Missing Release of Memory after Effective Lifetime
CWE-476
NULL Pointer Dereference
CWE-295
Improper Certificate Validation
CWE-668
Exposure of Resource to Wrong Sphere
CWE-829
Inclusion of Functionality from Untrusted Control Sphere
CWE-327
Use of a Broken or Risky Cryptographic Algorithm
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-502
Deserialization of Untrusted Data
CWE-918
Server-Side Request Forgery (SSRF)
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-122
Heap-based Buffer Overflow
CWE-121
Stack-based Buffer Overflow
CWE-681
Incorrect Conversion between Numeric Types
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-269
Improper Privilege Management
CWE-20
Improper Input Validation
CWE-87
Improper Neutralization of Alternate XSS Syntax
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-18
CWE-18
CWE-385
Covert Timing Channel
CWE-606
Unchecked Input for Loop Condition
CWE-192
Integer Coercion Error
CWE-390
Detection of Error Condition Without Action
CWE-1325
Improperly Controlled Sequential Memory Allocation
CWE-222
Truncation of Security-relevant Information
CWE-131
Incorrect Calculation of Buffer Size
CWE-59
Improper Link Resolution Before File Access ('Link Following')
CWE-304
Missing Critical Step in Authentication
{ "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, Application Express, Autonomous Health Framework, Essbase, GoldenGate, SQL Developer en Secure Backup.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Manipuleren van data\n- Toegang tot gevoelige 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": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" }, { "category": "general", "text": "Observable Timing Discrepancy", "title": "CWE-208" }, { "category": "general", "text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)", "title": "CWE-776" }, { "category": "general", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "general", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "general", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "general", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" }, { "category": "general", "text": "Improper Handling of Case Sensitivity", "title": "CWE-178" }, { "category": "general", "text": "Incorrect Permission Assignment for Critical Resource", "title": "CWE-732" }, { "category": "general", "text": "Double Free", "title": "CWE-415" }, { "category": "general", "text": "Missing Encryption of Sensitive Data", "title": "CWE-311" }, { "category": "general", "text": "Uncontrolled Search Path Element", "title": "CWE-427" }, { "category": "general", "text": "Encoding Error", "title": "CWE-172" }, { "category": "general", "text": "Integer Overflow to Buffer Overflow", "title": "CWE-680" }, { "category": "general", "text": "Untrusted Search Path", "title": "CWE-426" }, { "category": "general", "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)", "title": "CWE-843" }, { "category": "general", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "general", "text": "Observable Discrepancy", "title": "CWE-203" }, { "category": "general", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "general", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" }, { "category": "general", "text": "Authorization Bypass Through User-Controlled Key", "title": "CWE-639" }, { "category": "general", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "CWE-275", "title": "CWE-275" }, { "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 (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Exposure of Resource to Wrong Sphere", "title": "CWE-668" }, { "category": "general", "text": "Inclusion of Functionality from Untrusted Control Sphere", "title": "CWE-829" }, { "category": "general", "text": "Use of a Broken or Risky Cryptographic Algorithm", "title": "CWE-327" }, { "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": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "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": "Incorrect Conversion between Numeric Types", "title": "CWE-681" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Privilege Management", "title": "CWE-269" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Improper Neutralization of Alternate XSS Syntax", "title": "CWE-87" }, { "category": "general", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" }, { "category": "general", "text": "CWE-18", "title": "CWE-18" }, { "category": "general", "text": "Covert Timing Channel", "title": "CWE-385" }, { "category": "general", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" }, { "category": "general", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "general", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "general", "text": "Improperly Controlled Sequential Memory Allocation", "title": "CWE-1325" }, { "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 Link Resolution Before File Access (\u0027Link Following\u0027)", "title": "CWE-59" }, { "category": "general", "text": "Missing Critical Step in Authentication", "title": "CWE-304" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat", "url": "https://www.oracle.com/security-alerts/cpuoct2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Database producten", "tracking": { "current_release_date": "2024-10-17T13:15:19.595269Z", "id": "NCSC-2024-0411", "initial_release_date": "2024-10-17T13:15:19.595269Z", "revision_history": [ { "date": "2024-10-17T13:15:19.595269Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "database_-_grid", "product": { "name": "database_-_grid", "product_id": "CSAFPID-1673504", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_grid:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_grid", "product": { "name": "database_-_grid", "product_id": "CSAFPID-1673506", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_grid:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_core", "product": { "name": "database_-_core", "product_id": "CSAFPID-1673386", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_core", "product": { "name": "database_-_core", "product_id": "CSAFPID-1673385", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_core", "product": { "name": "database_-_core", "product_id": "CSAFPID-1673442", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_core:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_security", "product": { "name": "database_-_security", "product_id": "CSAFPID-1673507", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_security:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_security", "product": { "name": "database_-_security", "product_id": "CSAFPID-1673509", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_security:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_security", "product": { "name": "database_-_security", "product_id": "CSAFPID-1673508", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_security:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph_mapviewer", "product": { "name": "spatial_and_graph_mapviewer", "product_id": "CSAFPID-912561", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-764250", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-1673511", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-1673512", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-816800", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-1673529", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "fleet_patching_and_provisioning_-_micronaut", "product": { "name": "fleet_patching_and_provisioning_-_micronaut", "product_id": "CSAFPID-1673492", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:fleet_patching_and_provisioning_-_micronaut:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "fleet_patching_and_provisioning", "product": { "name": "fleet_patching_and_provisioning", "product_id": "CSAFPID-1503603", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_xml_database", "product": { "name": "database_-_xml_database", "product_id": "CSAFPID-1673445", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_xml_database:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_xml_database", "product": { "name": "database_-_xml_database", "product_id": "CSAFPID-1673443", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_xml_database:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_xml_database", "product": { "name": "database_-_xml_database", "product_id": "CSAFPID-1673444", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_xml_database:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_java_vm", "product": { "name": "database_-_java_vm", "product_id": "CSAFPID-1673451", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_java_vm:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_java_vm", "product": { "name": "database_-_java_vm", "product_id": "CSAFPID-1673450", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_java_vm:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_java_vm", "product": { "name": "database_-_java_vm", "product_id": "CSAFPID-1673452", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_java_vm:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-816798", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-816799", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-1673525", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:prior_to_24.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912046", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-1503299", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816855", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816361", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912045", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-1503302", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912044", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-1503306", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816852", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912600", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816853", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912601", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816854", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sqlcl", "product": { "name": "sqlcl", "product_id": "CSAFPID-816801", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sqlcl", "product": { "name": "sqlcl", "product_id": "CSAFPID-1673405", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sqlcl:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express_administration", "product": { "name": "application_express_administration", "product_id": "CSAFPID-764731", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express_customers_plugin", "product": { "name": "application_express_customers_plugin", "product_id": "CSAFPID-764732", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express_team_calendar_plugin", "product": { "name": "application_express_team_calendar_plugin", "product_id": "CSAFPID-764733", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express", "product": { "name": "application_express", "product_id": "CSAFPID-266119", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express", "product": { "name": "application_express", "product_id": "CSAFPID-1673510", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express:23.1:*:*:*:*:*:*:*" } } }, { "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": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-765238", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:19c:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-765239", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:21c:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "blockchain_platform", "product": { "name": "blockchain_platform", "product_id": "CSAFPID-764779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "blockchain_platform", "product": { "name": "blockchain_platform", "product_id": "CSAFPID-89587", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-765259", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:_security_and_provisioning___21.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-187448", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-94075", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-220886", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-611394", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-816317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-912567", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-1503612", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-1673479", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_essbase", "product": { "name": "oracle_essbase", "product_id": "CSAFPID-1650506", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_essbase:*:*:*:*:*:*:*:*" } } }, { "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-1673404", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data_and_application_adapters", "product": { "name": "goldengate_big_data_and_application_adapters", "product_id": "CSAFPID-1650831", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:21.3-21.14.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data", "product": { "name": "goldengate_big_data", "product_id": "CSAFPID-764274", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-764752", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-1673384", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-220192", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-220193", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_studio", "product": { "name": "goldengate_studio", "product_id": "CSAFPID-816846", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_studio", "product": { "name": "goldengate_studio", "product_id": "CSAFPID-611390", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_studio", "product": { "name": "goldengate_studio", "product_id": "CSAFPID-764803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_studio:fusion_middleware_12.2.1.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_veridata", "product": { "name": "goldengate_veridata", "product_id": "CSAFPID-764275", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*" } } }, { "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", "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-219912", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:19c:*:*:*:*:*:*:*" } } }, { "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-1650765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:21.3-21.14:*:*:*:*:*:*:*" } } }, { "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": "oracle_goldengate_stream_analytics", "product": { "name": "oracle_goldengate_stream_analytics", "product_id": "CSAFPID-1650515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_goldengate_stream_analytics:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "management_pack_for__goldengate", "product": { "name": "management_pack_for__goldengate", "product_id": "CSAFPID-764861", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:management_pack_for__goldengate:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "management_pack_for__goldengate", "product": { "name": "management_pack_for__goldengate", "product_id": "CSAFPID-1503640", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_goldengate_studio", "product": { "name": "oracle_goldengate_studio", "product_id": "CSAFPID-1650835", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_goldengate_studio:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_goldengate", "product": { "name": "oracle_goldengate", "product_id": "CSAFPID-1650575", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_goldengate:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764813", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1503661", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1503663", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673497", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673491", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:20.3.40:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673495", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:21.2.71:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673493", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:22.3.45:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673489", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:23.3.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673488", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:24.1.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650757", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_19.5.42:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650758", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_20.3.40:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_21.2.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650760", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_22.3.46:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_23.3.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_nosql_database", "product": { "name": "oracle_nosql_database", "product_id": "CSAFPID-1650584", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_nosql_database:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_secure_backup", "product": { "name": "oracle_secure_backup", "product_id": "CSAFPID-1650563", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_secure_backup:*:*:*:*:*:*:*:*" } } }, { "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": "product_name", "name": "oracle_sql_developer", "product": { "name": "oracle_sql_developer", "product_id": "CSAFPID-1650638", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_sql_developer:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-764822", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-220643", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-816870", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-816871", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-1673397", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:24.3.0:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" }, { "branches": [ { "category": "product_name", "name": "oracle_application_express", "product": { "name": "oracle_application_express", "product_id": "CSAFPID-1673144", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle_corporation:oracle_application_express:24.1:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle_corporation" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1471", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-220886", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764822", "CSAFPID-1650515", "CSAFPID-1650638", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-89587", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044" ] }, "references": [ { "category": "self", "summary": "CVE-2022-1471", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-1471.json" } ], "title": "CVE-2022-1471" }, { "cve": "CVE-2022-34169", "cwe": { "id": "CWE-192", "name": "Integer Coercion Error" }, "notes": [ { "category": "other", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "other", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" } ], "product_status": { "known_affected": [ "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-342816", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-764861", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-219912", "CSAFPID-765238", "CSAFPID-765239", "CSAFPID-765259", "CSAFPID-667692", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2022-34169", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-34169.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:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-342816", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-764861", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-219912", "CSAFPID-765238", "CSAFPID-765239", "CSAFPID-765259", "CSAFPID-667692", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2022-34169" }, { "cve": "CVE-2022-36033", "cwe": { "id": "CWE-87", "name": "Improper Neutralization of Alternate XSS Syntax" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Alternate XSS Syntax", "title": "CWE-87" }, { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-220886", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764861", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-219912", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-667692", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-1503575", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2022-36033", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36033.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-220886", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764861", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-219912", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-667692", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-1503575", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2022-36033" }, { "cve": "CVE-2022-37454", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "other", "text": "Integer Overflow to Buffer Overflow", "title": "CWE-680" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-1650563", "CSAFPID-89587", "CSAFPID-764861" ] }, "references": [ { "category": "self", "summary": "CVE-2022-37454", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-37454.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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-1650563", "CSAFPID-89587", "CSAFPID-764861" ] } ], "title": "CVE-2022-37454" }, { "cve": "CVE-2022-38136", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2022-38136", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-38136.json" } ], "title": "CVE-2022-38136" }, { "cve": "CVE-2022-40196", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2022-40196", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40196.json" } ], "title": "CVE-2022-40196" }, { "cve": "CVE-2022-41342", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2022-41342", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41342.json" } ], "title": "CVE-2022-41342" }, { "cve": "CVE-2022-42919", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "other", "text": "Missing Encryption of Sensitive Data", "title": "CWE-311" }, { "category": "other", "text": "Improper Privilege Management", "title": "CWE-269" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2022-42919", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42919.json" } ], "title": "CVE-2022-42919" }, { "cve": "CVE-2022-45061", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2022-45061", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45061.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-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-89587" ] } ], "title": "CVE-2022-45061" }, { "cve": "CVE-2022-46337", "product_status": { "known_affected": [ "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692" ] }, "references": [ { "category": "self", "summary": "CVE-2022-46337", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-46337.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-816798", "CSAFPID-816799", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692" ] } ], "title": "CVE-2022-46337" }, { "cve": "CVE-2023-2976", "cwe": { "id": "CWE-552", "name": "Files or Directories Accessible to External Parties" }, "notes": [ { "category": "other", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" } ], "product_status": { "known_affected": [ "CSAFPID-1650584", "CSAFPID-1650835", "CSAFPID-1650506", "CSAFPID-1650515", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-89587", "CSAFPID-1673397", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-345049", "CSAFPID-816801", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764250", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-2976", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2976.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1650584", "CSAFPID-1650835", "CSAFPID-1650506", "CSAFPID-1650515", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-89587", "CSAFPID-1673397", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-345049", "CSAFPID-816801", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764250", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-2976" }, { "cve": "CVE-2023-4043", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "notes": [ { "category": "other", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673405", "CSAFPID-1673397", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4043", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4043.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-1673405", "CSAFPID-1673397", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-4043" }, { "cve": "CVE-2023-4759", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "notes": [ { "category": "other", "text": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)", "title": "CWE-59" }, { "category": "other", "text": "Improper Handling of Case Sensitivity", "title": "CWE-178" } ], "product_status": { "known_affected": [ "CSAFPID-1673397", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4759", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4759.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-1673397", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-4759" }, { "cve": "CVE-2023-4863", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-342816", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4863", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4863.json" } ], "title": "CVE-2023-4863" }, { "cve": "CVE-2023-5072", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1650575", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5072", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5072.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-1650575", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-5072" }, { "cve": "CVE-2023-26031", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "notes": [ { "category": "other", "text": "Untrusted Search Path", "title": "CWE-426" } ], "product_status": { "known_affected": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26031", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26031.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-26031" }, { "cve": "CVE-2023-26551", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26551", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26551.json" } ], "scores": [ { "cvss_v3": { "baseScore": 0.0, "baseSeverity": "NONE", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26551" }, { "cve": "CVE-2023-26552", "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-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26552", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26552.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26552" }, { "cve": "CVE-2023-26553", "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-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26553", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26553.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26553" }, { "cve": "CVE-2023-26554", "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-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26554", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26554.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26554" }, { "cve": "CVE-2023-26555", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26555", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26555.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26555" }, { "cve": "CVE-2023-28484", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-816317", "CSAFPID-764813", "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] }, "references": [ { "category": "self", "summary": "CVE-2023-28484", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28484.json" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-764250", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-816317", "CSAFPID-764813", "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] } ], "title": "CVE-2023-28484" }, { "cve": "CVE-2023-29469", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Double Free", "title": "CWE-415" } ], "product_status": { "known_affected": [ "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-816317", "CSAFPID-89587", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764250", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] }, "references": [ { "category": "self", "summary": "CVE-2023-29469", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29469.json" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-816317", "CSAFPID-89587", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764250", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] } ], "title": "CVE-2023-29469" }, { "cve": "CVE-2023-33201", "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" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-1650584", "CSAFPID-1673397", "CSAFPID-912561", "CSAFPID-345049", "CSAFPID-611390", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-33201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33201.json" } ], "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": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-1650584", "CSAFPID-1673397", "CSAFPID-912561", "CSAFPID-345049", "CSAFPID-611390", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-33201" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.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-89587", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-39410", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673404", "CSAFPID-1673384", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] }, "references": [ { "category": "self", "summary": "CVE-2023-39410", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39410.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-1673404", "CSAFPID-1673384", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] } ], "title": "CVE-2023-39410" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503603", "CSAFPID-1503575", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-44487", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.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-1650757", "CSAFPID-1650758", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503603", "CSAFPID-1503575", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-44487" }, { "cve": "CVE-2023-44981", "cwe": { "id": "CWE-639", "name": "Authorization Bypass Through User-Controlled Key" }, "notes": [ { "category": "other", "text": "Authorization Bypass Through User-Controlled Key", "title": "CWE-639" } ], "product_status": { "known_affected": [ "CSAFPID-1650515", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601" ] }, "references": [ { "category": "self", "summary": "CVE-2023-44981", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44981.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1650515", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601" ] } ], "title": "CVE-2023-44981" }, { "cve": "CVE-2023-45288", "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": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-45288", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45288.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-89587" ] } ], "title": "CVE-2023-45288" }, { "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" } ], "product_status": { "known_affected": [ "CSAFPID-1650765", "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650767", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "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:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1650765", "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650767", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-49083", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-49083", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49083.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-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-49083" }, { "cve": "CVE-2023-51384", "cwe": { "id": "CWE-304", "name": "Missing Critical Step in Authentication" }, "notes": [ { "category": "other", "text": "Missing Critical Step in Authentication", "title": "CWE-304" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51384", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51384.json" } ], "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:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-51384" }, { "cve": "CVE-2023-51385", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51385", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51385.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-51385" }, { "cve": "CVE-2023-52425", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.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-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2023-52426", "cwe": { "id": "CWE-776", "name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)" }, "notes": [ { "category": "other", "text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)", "title": "CWE-776" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52426", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52426.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-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-52426" }, { "cve": "CVE-2024-1874", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-1874", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1874.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-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-1874" }, { "cve": "CVE-2024-2408", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "other", "text": "Observable Discrepancy", "title": "CWE-203" }, { "category": "other", "text": "Observable Timing Discrepancy", "title": "CWE-208" }, { "category": "other", "text": "Use of a Broken or Risky Cryptographic Algorithm", "title": "CWE-327" }, { "category": "other", "text": "Covert Timing Channel", "title": "CWE-385" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2408", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2408.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-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-2408" }, { "cve": "CVE-2024-2511", "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": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improperly Controlled Sequential Memory Allocation", "title": "CWE-1325" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2511", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2511.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-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-2511" }, { "cve": "CVE-2024-4577", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4577", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4577.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-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-4577" }, { "cve": "CVE-2024-4603", "cwe": { "id": "CWE-606", "name": "Unchecked Input for Loop Condition" }, "notes": [ { "category": "other", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4603", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.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-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-4603" }, { "cve": "CVE-2024-4741", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4741", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4741.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-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-4741" }, { "cve": "CVE-2024-5458", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5458", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5458.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-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-5458" }, { "cve": "CVE-2024-5535", "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 Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" } ], "product_status": { "known_affected": [ "CSAFPID-1673508", "CSAFPID-1673525" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5535", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673508", "CSAFPID-1673525" ] } ], "title": "CVE-2024-5535" }, { "cve": "CVE-2024-5585", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5585", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5585.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-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-5585" }, { "cve": "CVE-2024-6119", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "other", "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)", "title": "CWE-843" } ], "product_status": { "known_affected": [ "CSAFPID-1673508", "CSAFPID-1673525" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6119", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6119.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673508", "CSAFPID-1673525" ] } ], "title": "CVE-2024-6119" }, { "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-7264", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "other", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673529", "CSAFPID-1673479", "CSAFPID-1673511", "CSAFPID-1673512" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7264", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7264.json" } ], "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": [ "CSAFPID-1673529", "CSAFPID-1673479", "CSAFPID-1673511", "CSAFPID-1673512" ] } ], "title": "CVE-2024-7264" }, { "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-21131", "product_status": { "known_affected": [ "CSAFPID-1503299", "CSAFPID-1503306", "CSAFPID-1503302", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21131", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21131.json" } ], "title": "CVE-2024-21131" }, { "cve": "CVE-2024-21138", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21138", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21138.json" } ], "title": "CVE-2024-21138" }, { "cve": "CVE-2024-21140", "product_status": { "known_affected": [ "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503299", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21140", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21140.json" } ], "title": "CVE-2024-21140" }, { "cve": "CVE-2024-21144", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21144", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21144.json" } ], "title": "CVE-2024-21144" }, { "cve": "CVE-2024-21145", "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-1503299", "CSAFPID-1503306", "CSAFPID-1503302", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21145", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21145.json" } ], "title": "CVE-2024-21145" }, { "cve": "CVE-2024-21147", "product_status": { "known_affected": [ "CSAFPID-1503306", "CSAFPID-1503302", "CSAFPID-1503299", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21147", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21147.json" } ], "title": "CVE-2024-21147" }, { "cve": "CVE-2024-21233", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21233", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21233.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-21233" }, { "cve": "CVE-2024-21242", "product_status": { "known_affected": [ "CSAFPID-1673443", "CSAFPID-1673444", "CSAFPID-1673445" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21242", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21242.json" } ], "scores": [ { "cvss_v3": { "baseScore": 3.5, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673443", "CSAFPID-1673444", "CSAFPID-1673445" ] } ], "title": "CVE-2024-21242" }, { "cve": "CVE-2024-21251", "product_status": { "known_affected": [ "CSAFPID-1673450", "CSAFPID-1673451", "CSAFPID-1673452" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21251", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21251.json" } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673450", "CSAFPID-1673451", "CSAFPID-1673452" ] } ], "title": "CVE-2024-21251" }, { "cve": "CVE-2024-21261", "product_status": { "known_affected": [ "CSAFPID-1673144", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21261", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21261.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673144", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-21261" }, { "cve": "CVE-2024-22018", "cwe": { "id": "CWE-275", "name": "-" }, "notes": [ { "category": "other", "text": "CWE-275", "title": "CWE-275" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22018", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22018.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-22018" }, { "cve": "CVE-2024-22020", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22020", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22020.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-22020" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673384", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.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-1673384", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-23807", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1650831", "CSAFPID-1650825", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23807", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1650831", "CSAFPID-1650825", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-23807" }, { "cve": "CVE-2024-23944", "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" } ], "product_status": { "known_affected": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23944", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23944.json" } ], "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": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-23944" }, { "cve": "CVE-2024-24989", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24989", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24989.json" } ], "title": "CVE-2024-24989" }, { "cve": "CVE-2024-24990", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24990", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24990.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-89587" ] } ], "title": "CVE-2024-24990" }, { "cve": "CVE-2024-25710", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-342816", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-912046", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25710", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-342816", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-912046", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-25710" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.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-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-27983", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-27983", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27983.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-27983" }, { "cve": "CVE-2024-28182", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1673442", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.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-1673442", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28849", "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" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28849", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-28849" }, { "cve": "CVE-2024-28887", "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-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28887", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28887.json" } ], "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": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-28887" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1673488", "CSAFPID-1673489", "CSAFPID-1673491", "CSAFPID-1673492", "CSAFPID-1673493", "CSAFPID-1673495", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673488", "CSAFPID-1673489", "CSAFPID-1673491", "CSAFPID-1673492", "CSAFPID-1673493", "CSAFPID-1673495", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29131", "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-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29131", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29131.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-29131" }, { "cve": "CVE-2024-29133", "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-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29133", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-29133" }, { "cve": "CVE-2024-31079", "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": "Stack-based Buffer Overflow", "title": "CWE-121" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-31079", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31079.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-31079" }, { "cve": "CVE-2024-32760", "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": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-32760", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-32760.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-89587" ] } ], "title": "CVE-2024-32760" }, { "cve": "CVE-2024-34161", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "notes": [ { "category": "other", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" }, { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34161", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34161.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-34161" }, { "cve": "CVE-2024-34750", "cwe": { "id": "CWE-755", "name": "Improper Handling of Exceptional Conditions" }, "notes": [ { "category": "other", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673504", "CSAFPID-1673506" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34750", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.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-1673504", "CSAFPID-1673506" ] } ], "title": "CVE-2024-34750" }, { "cve": "CVE-2024-35200", "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": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-35200", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35200.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-89587" ] } ], "title": "CVE-2024-35200" }, { "cve": "CVE-2024-36137", "cwe": { "id": "CWE-275", "name": "-" }, "notes": [ { "category": "other", "text": "CWE-275", "title": "CWE-275" }, { "category": "other", "text": "Incorrect Permission Assignment for Critical Resource", "title": "CWE-732" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-36137", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36137.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-36137" }, { "cve": "CVE-2024-36138", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-36138", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36138.json" } ], "title": "CVE-2024-36138" }, { "cve": "CVE-2024-36387", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-36387", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36387.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-36387" }, { "cve": "CVE-2024-37370", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37370", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37370.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] } ], "title": "CVE-2024-37370" }, { "cve": "CVE-2024-37371", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37371", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] } ], "title": "CVE-2024-37371" }, { "cve": "CVE-2024-37372", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37372", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37372.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-37372" }, { "cve": "CVE-2024-38356", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38356", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38356.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38356" }, { "cve": "CVE-2024-38357", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38357", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38357.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38357" }, { "cve": "CVE-2024-38472", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38472", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38472.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38472" }, { "cve": "CVE-2024-38473", "cwe": { "id": "CWE-172", "name": "Encoding Error" }, "notes": [ { "category": "other", "text": "Encoding Error", "title": "CWE-172" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38473", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38473.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38473" }, { "cve": "CVE-2024-38474", "cwe": { "id": "CWE-172", "name": "Encoding Error" }, "notes": [ { "category": "other", "text": "Encoding Error", "title": "CWE-172" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38474", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38474.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38474" }, { "cve": "CVE-2024-38475", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38475", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38475.json" } ], "scores": [ { "cvss_v3": { "baseScore": 9.1, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38475" }, { "cve": "CVE-2024-38476", "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": "Inclusion of Functionality from Untrusted Control Sphere", "title": "CWE-829" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38476", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38476.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38476" }, { "cve": "CVE-2024-38477", "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": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38477", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38477.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38477" }, { "cve": "CVE-2024-38998", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "notes": [ { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "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-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38998" }, { "cve": "CVE-2024-38999", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "notes": [ { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "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.0, "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-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38999" }, { "cve": "CVE-2024-39573", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-39573", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39573.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-39573" }, { "cve": "CVE-2024-39884", "cwe": { "id": "CWE-18", "name": "-" }, "notes": [ { "category": "other", "text": "CWE-18", "title": "CWE-18" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-39884", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39884.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-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-39884" }, { "cve": "CVE-2024-40725", "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": "Exposure of Resource to Wrong Sphere", "title": "CWE-668" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479" ] }, "references": [ { "category": "self", "summary": "CVE-2024-40725", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40725.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-345049", "CSAFPID-611417", "CSAFPID-1673479" ] } ], "title": "CVE-2024-40725" }, { "cve": "CVE-2024-40898", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479" ] }, "references": [ { "category": "self", "summary": "CVE-2024-40898", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40898.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-345049", "CSAFPID-611417", "CSAFPID-1673479" ] } ], "title": "CVE-2024-40898" }, { "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" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45490", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45490.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-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "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" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45491", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45491.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-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "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" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45492", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.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-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-45492" }, { "cve": "CVE-2024-45801", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "other", "text": "Inefficient Regular Expression Complexity", "title": "CWE-1333" }, { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45801", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45801.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-45801" } ] }
ghsa-mmm5-wgvp-wp8r
Vulnerability from github
Published
2024-09-03 15:30
Modified
2024-09-04 21:30
Severity ?
Details
There is a MEDIUM severity vulnerability affecting CPython.
Regular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.
{ "affected": [], "aliases": [ "CVE-2024-6232" ], "database_specific": { "cwe_ids": [ "CWE-1333" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-09-03T13:15:05Z", "severity": "HIGH" }, "details": "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.", "id": "GHSA-mmm5-wgvp-wp8r", "modified": "2024-09-04T21:30:31Z", "published": "2024-09-03T15:30:44Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6232" }, { "type": "WEB", "url": "https://github.com/python/cpython/issues/121285" }, { "type": "WEB", "url": "https://github.com/python/cpython/pull/121286" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/4eaf4891c12589e3c7bdad5f5b076e4c8392dd06" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/743acbe872485dc18df4d8ab2dc7895187f062c4" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/7d1f50cd92ff7e10a1c15a8f591dde8a6843a64d" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/b4225ca91547aa97ed3aca391614afbb255bc877" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/d449caf8a179e3b954268b3a88eb9170be3c8fbf" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/ed3a49ea734ada357ff4442996fd4ae71d253373" }, { "type": "WEB", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY" } ], "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" } ] }
cve-2024-6232
Vulnerability from fkie_nvd
Published
2024-09-03 13:15
Modified
2024-11-21 09:49
Severity ?
Summary
There is a MEDIUM severity vulnerability affecting CPython.
Regular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.
References
Impacted products
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "matchCriteriaId": "5621585D-59F4-4B27-9980-E7602EA0B750", "versionEndIncluding": "3.12.5", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:3.13.0:alpha0:*:*:*:*:*:*", "matchCriteriaId": "3BA51E41-D221-431F-870F-536AF2867B50", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:3.13.0:alpha1:*:*:*:*:*:*", "matchCriteriaId": "978582FF-B8F3-479F-AE77-359E9AEE6F23", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:3.13.0:alpha2:*:*:*:*:*:*", "matchCriteriaId": "84E3F62C-7218-4DC3-8473-8A576739643A", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:3.13.0:alpha3:*:*:*:*:*:*", "matchCriteriaId": "1FD15706-B8BC-4801-9F93-06771F2E12C1", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:3.13.0:alpha4:*:*:*:*:*:*", "matchCriteriaId": "0FDC359F-E8ED-4777-83FB-1EC63F095CBF", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:3.13.0:alpha5:*:*:*:*:*:*", "matchCriteriaId": "6893BDDE-4D90-4592-8701-C6B3FFEB0CFE", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:3.13.0:alpha6:*:*:*:*:*:*", "matchCriteriaId": "E316F712-F03A-4378-8192-D1640819698B", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:3.13.0:beta1:*:*:*:*:*:*", "matchCriteriaId": "8566F034-27CB-422E-950B-DCAA926CF64F", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:3.13.0:beta2:*:*:*:*:*:*", "matchCriteriaId": "EACCE6C3-7701-4966-9D88-E949C82FCA46", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:3.13.0:beta3:*:*:*:*:*:*", "matchCriteriaId": "A4853BF2-9C27-465F-9840-5B37013C9F74", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:3.13.0:beta4:*:*:*:*:*:*", "matchCriteriaId": "B266541A-E877-4CAD-A1EF-08A069441F36", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:3.13.0:rc1:*:*:*:*:*:*", "matchCriteriaId": "8384A34C-50CD-439C-A2BB-DEA6161342C1", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "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." }, { "lang": "es", "value": "Existe una vulnerabilidad de gravedad MEDIA que afecta a CPython. Las expresiones regulares que permit\u00edan un retroceso excesivo durante el an\u00e1lisis de cabeceras tarfile.TarFile son vulnerables a ReDoS a trav\u00e9s de archivos tar manipulados espec\u00edficamente." } ], "id": "CVE-2024-6232", "lastModified": "2024-11-21T09:49:14.903", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2024-09-03T13:15:05.363", "references": [ { "source": "cna@python.org", "tags": [ "Patch" ], "url": "https://github.com/python/cpython/commit/4eaf4891c12589e3c7bdad5f5b076e4c8392dd06" }, { "source": "cna@python.org", "tags": [ "Patch" ], "url": "https://github.com/python/cpython/commit/743acbe872485dc18df4d8ab2dc7895187f062c4" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/7d1f50cd92ff7e10a1c15a8f591dde8a6843a64d" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/b4225ca91547aa97ed3aca391614afbb255bc877" }, { "source": "cna@python.org", "tags": [ "Patch" ], "url": "https://github.com/python/cpython/commit/d449caf8a179e3b954268b3a88eb9170be3c8fbf" }, { "source": "cna@python.org", "tags": [ "Patch" ], "url": "https://github.com/python/cpython/commit/ed3a49ea734ada357ff4442996fd4ae71d253373" }, { "source": "cna@python.org", "tags": [ "Exploit", "Issue Tracking", "Patch" ], "url": "https://github.com/python/cpython/issues/121285" }, { "source": "cna@python.org", "tags": [ "Issue Tracking", "Patch" ], "url": "https://github.com/python/cpython/pull/121286" }, { "source": "cna@python.org", "tags": [ "Vendor Advisory" ], "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.openwall.com/lists/oss-security/2024/09/03/5" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://security.netapp.com/advisory/ntap-20241018-0007/" } ], "sourceIdentifier": "cna@python.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-1333" } ], "source": "cna@python.org", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "CWE-1333" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
Loading…
Loading…
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.